saphyr-serde/saphyr/tools/gen_large_yaml/Cargo.toml

21 lines
476 B
TOML
Raw Normal View History

[package]
name = "gen_large_yaml"
2024-03-15 19:14:26 +00:00
version = "0.6.0"
authors = [
"Ethiraric <ethiraric@gmail.com>"
]
license = "MIT OR Apache-2.0"
description = "A helper to generate large YAML files"
repository = "https://github.com/Ethiraric/yaml-rust2"
readme = "README.md"
edition = "2018"
[dependencies]
2024-03-20 14:45:24 +00:00
yaml-rust2 = { version = "0.7.0", path = "../../" }
rand = { version = "0.8.5", features = [ "small_rng" ] }
lipsum = "0.9.0"
[profile.release-lto]
inherits = "release"
lto = true