[dependencies.lmdb-zero]
optional = true
version = "0.4"
[dependencies.log]
version = "0.4"
[dependencies.redis]
default-features = false
optional = true
version = "0.13.0"
[dependencies.transact]
version = "0.1"
[features]
btree-store = ["stores"]
default = []
experimental = ["btree-store", "lmdb-store", "receipt-store", "redis-store", "stores"]
lmdb-store = ["lmdb-zero", "stores"]
receipt-store = ["stores"]
redis-store = ["redis", "stores"]
stores = []
[package]
authors = ["Cargill Incorporated"]
description = "Hyperledger Sawtooth is an enterprise blockchain platform for building distributed ledger applications and networks.\n"
edition = "2018"
license = "Apache-2.0"
name = "sawtooth"
version = "0.2.0"