sapling/eden/scm/lib/zstore/Cargo.toml
Davide Cavalca b82c5672fc Update several rust crate versions
Summary: Update versions for several of the crates we depend on.

Reviewed By: danobi

Differential Revision: D29165283

fbshipit-source-id: baaa9fa106b7dad000f93d2eefa95867ac46e5a1
2021-06-17 16:38:19 -07:00

23 lines
551 B
TOML

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