borsh-test-compression-rs/Cargo.toml
2023-08-26 16:42:07 +02:00

14 lines
328 B
TOML

[package]
name = "borsch-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
borsh = "0.10.3"
hex = "0.4.3"
lzma-rs = "0.3.0"
uuid = { version = "1.4.1", features = ["borsh", "fast-rng", "v4"] }
xz2 = "0.1.7"
zstd = "0.12.4"