treefmt/Cargo.toml

35 lines
733 B
TOML
Raw Normal View History

[package]
2021-02-15 23:22:03 +03:00
name = "treefmt"
version = "0.1.0"
authors = ["Andika Demas Riyandi <andika.riyan@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
console = "0.13"
filetime = "0.2"
ignore = "0.4.17"
log = "0.4"
rayon = "1.5.0"
2021-01-07 13:27:17 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha-1 = "0.9.2"
structopt = "0.3"
toml = "0.5"
which = "4.0.2"
[dependencies.path-absolutize]
version = "3.0.6"
# Do not use `std::env::set_current_dir`.
# See https://github.com/magiclen/path-absolutize#once_cell_cache
features = ["once_cell_cache"]
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "bench"
harness = false