[package] name = "tetsy-kvdb" version = "0.9.1" authors = ["Parity Technologies "] repository = "https://github.com/tetcoin/tetsy-common" description = "Generic tetsy key-value trait" license = "MIT OR Apache-2.0" edition = "2018" [dependencies] smallvec = "1.0.0" tetsy-util-mem = { path = "../tetsy-util-mem", version = "0.9.1", default-features = false }