borsh-test-compression-rs/Cargo.toml

14 lines
299 B
TOML
Raw Normal View History

2023-08-26 16:42:07 +02:00
[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]
blake2 = "0.10.6"
borsh = { version = "1.2.0", features = ["derive"] }
2023-08-26 16:42:07 +02:00
lzma-rs = "0.3.0"
xz2 = "0.1.7"
zstd = "0.13.0"