scabbard 0.5.2

Scabbard is a Splinter service that runs the Sawtooth Sabre smart contract engine using Hyperledger Transact for state management. Scabbard uses two-phase consensus to reach agreement on transactions.
Documentation
[build-dependencies.glob]
version = "0.2"

[build-dependencies.protoc-rust]
version = "2.14"
[dependencies.actix-web]
default-features = false
features = ["flate2-zlib"]
optional = true
version = "1.0"

[dependencies.cylinder]
version = "0.2"

[dependencies.futures]
optional = true
version = "0.1"

[dependencies.log]
version = "0.3.0"

[dependencies.metrics]
optional = true
version = "0.12"

[dependencies.openssl]
version = "0.10"

[dependencies.protobuf]
version = "2.19"

[dependencies.reqwest]
features = ["blocking", "json"]
optional = true
version = "0.10"

[dependencies.sawtooth]
default-features = false
features = ["lmdb-store", "receipt-store"]
version = "0.6"

[dependencies.sawtooth-sabre]
version = "0.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.splinter]
version = "0.5.2"

[dependencies.transact]
features = ["sawtooth-compat"]
version = "0.3"
[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.transact]
features = ["family-command", "sawtooth-compat"]
version = "0.3"

[features]
authorization = ["splinter/authorization"]
back-pressure = []
client = []
client-reqwest = ["client", "reqwest"]
default = []
events = ["splinter/events"]
experimental = ["stable", "back-pressure", "factory-builder", "metrics"]
factory-builder = []
rest-api = ["futures", "splinter/rest-api"]
rest-api-actix = ["actix-web", "splinter/rest-api-actix"]
service-arg-validation = ["splinter/service-arg-validation"]
stable = ["authorization", "client", "client-reqwest", "default", "events", "rest-api", "rest-api-actix"]

[package]
authors = ["Cargill Incorporated"]
description = "Scabbard is a Splinter service that runs the Sawtooth Sabre smart contract engine using Hyperledger Transact for state management. Scabbard uses two-phase consensus to reach agreement on transactions.\n"
edition = "2018"
license = "Apache-2.0"
name = "scabbard"
version = "0.5.2"