saphyr-serde/bench/tools/bench_compare/Cargo.toml

18 lines
457 B
TOML
Raw Normal View History

2024-03-15 17:29:54 +00:00
[package]
name = "bench_compare"
2024-03-15 19:14:26 +00:00
version = "0.6.0"
2024-03-15 17:29:54 +00:00
authors = [
"Ethiraric <ethiraric@gmail.com>"
]
license = "MIT OR Apache-2.0"
description = "Run multiple YAML parsers and compare their times"
repository = "https://github.com/Ethiraric/yaml-rust2"
readme = "README.md"
edition = "2018"
[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_yaml = "0.9.32"
toml = "0.8.11"