[package] name = "tari_storage" authors = ["The Tari Development Community"] description = "Key-Value store API for the Tari project" repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" version = "1.0.0-rc.5" edition = "2018" [dependencies] bincode = "1.1" log = "0.4.0" lmdb-zero = "0.4.4" thiserror = "1.0.26" serde = { version = "1.0.80", features = ["derive"] } [dev-dependencies] rand = "0.8" tari_utilities = { version = "0.7", features = ["borsh"] }