tvl-depot/users/edef/crunch-v2/Cargo.toml
Vincent Ambo 398a9b5317 chore(tvix/tools): move crunch-v2 to //users/edef
This is not a core Tvix tool, it's some sort of one-off analysis thing.

Change-Id: I05fcbed45abad27d6b5cfd49db1727249dad3971
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12603
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
2024-10-12 23:02:50 +00:00

39 lines
957 B
TOML

[package]
name = "crunch-v2"
version = "0.1.0"
edition = "2021"
[workspace]
members = ["."]
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
lazy_static = "1.4.0"
bstr = "1.8.0"
bytes = "1.6.1"
futures = "0.3.29"
tokio = { version = "1.37.0", features = ["full"] }
rusoto_core = { version = "0.48.0", default-features = false, features = ["hyper-rustls"] }
rusoto_s3 = { version = "0.48.0", default-features = false, features = ["rustls"] }
nix-compat = { version = "0.1.0", path = "../../../tvix/nix-compat" }
sled = "0.34.7"
fastcdc = "3.1.0"
blake3 = "1.5.0"
sha2 = { version = "0.10.8", features = ["asm"] }
digest = "0.10.7"
bzip2 = "0.4.4"
xz2 = "0.1.7"
zstd = "0.13.0"
prost = "0.12.2"
polars = { version = "0.35.4", default-features = false, features = ["parquet", "lazy", "sql", "dtype-struct"] }
indicatif = "0.17.7"
clap = { version = "4.4.18", features = ["derive"] }
[build-dependencies]
prost-build = "0.12.2"