Cargo.toml 631 B
Newer Older
[package]
name = "polkadot-availability-store"
description = "Persistent database for parachain data"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.1"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
polkadot-primitives = { path = "../primitives" }
parking_lot = "0.9.0"
log = "0.4.8"
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
Ashley's avatar
Ashley committed
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
kvdb = "0.1.1"
kvdb-memorydb = "0.1.2"

[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.2"