bilrow/calculate/Cargo.toml

19 lines
403 B
TOML
Raw Normal View History

2024-03-12 13:22:11 -05:00
[package]
name = "bilrow-calculate"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2024-06-14 11:00:41 -05:00
[profile.release]
debug = true
2024-03-12 13:22:11 -05:00
[dependencies]
2024-06-27 20:34:22 -05:00
clap = { version = "4.5.7", features = ["derive"] }
2024-09-27 13:40:34 -05:00
gxhash = "3.4.1"
2024-03-18 15:10:20 -05:00
bumpalo-herd = "0.1.2"
2024-06-27 20:34:22 -05:00
anyhow = "1.0.86"
2024-03-15 12:43:32 -05:00
indicatif = "0.17.8"
2024-06-27 20:34:22 -05:00
memchr = "2.7.4"
2024-03-15 12:43:32 -05:00
memmap2 = "0.9.4"
2024-06-27 20:34:22 -05:00
hashbrown = "0.14.5"