sawtooth-sdk 0.5.2

Hyperledger Sawtooth is an enterprise blockchain platform for building distributed ledger applications and networks.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "sawtooth-sdk"
version = "0.5.2"
authors = ["Bitwise IO, Inc.", "Intel Corporation"]
build = "build.rs"
description = "Hyperledger Sawtooth is an enterprise blockchain platform for building distributed ledger applications and networks.\n"
license = "Apache-2.0"
repository = "http://github.com/hyperledger/sawtooth-sdk-rust"
[package.metadata.docs.rs]
features = ["stable", "experimental"]
[dependencies.ctrlc]
version = "3.0"
features = ["termination"]

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.protobuf]
version = "2"

[dependencies.rand]
version = "0.8"
features = ["getrandom"]

[dependencies.secp256k1]
version = "0.21"

[dependencies.sha2]
version = "0.10"

[dependencies.uuid]
version = "0.8"
features = ["v4"]

[dependencies.zmq]
version = "0.9"
[dev-dependencies.env_logger]
version = "0.9"
[build-dependencies.glob]
version = "0.3"

[build-dependencies.protoc-rust]
version = "2.0"

[features]
default = ["pem"]
experimental = []
pem = ["openssl"]
stable = ["default"]