bilrow/calculate/Cargo.toml

17 lines
410 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
[dependencies]
2024-03-15 12:43:32 -05:00
clap = { version = "4.5.2", features = ["derive"] }
2024-03-18 15:08:00 -05:00
# This is the latest version that actually uses AES on arm64
ahash = "=0.8.8"
2024-03-15 12:43:32 -05:00
anyhow = "1.0.80"
indicatif = "0.17.8"
memchr = "2.7.1"
memmap2 = "0.9.4"
2024-03-18 15:08:00 -05:00
hashbrown = "0.14.3"