sapling/eden/scm/lib/zstore/Cargo.toml

23 lines
547 B
TOML
Raw Normal View History

# @generated by autocargo from //eden/scm/lib/zstore:zstore
[package]
name = "zstore"
edition = "2018"
version = "0.1.0"
[dependencies]
indexedlog = { path = "../indexedlog" }
mincode = { path = "../mincode" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
types = { path = "../types" }
zstdelta = { path = "../zstdelta" }
lazy_static = "1.0"
lru-cache = "0.1.2"
parking_lot = "0.10.2"
serde = { version = "1.0", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1"
[dev-dependencies]
quickcheck = "0.9"
tempfile = "3.1"