ttmp-rs/Cargo.toml

26 lines
479 B
TOML

[package]
name = "ttmp"
version = "1.0.0"
edition = "2021"
autoexamples = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flate2 = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
zip = "0.6"
sqpack = { path = "../sqpack-rs", features = ["read"] }
[dev-dependencies]
criterion = "0.4"
hex = "0.4"
sha3 = "0.10"
tempfile = "3"
[[bench]]
name = "extract"
harness = false