transact 0.1.0

Transact is a transaction execution platform designed to be used as a library or component when implementing distributed ledgers, including blockchains.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "transact"
version = "0.1.0"
authors = ["Bitwise IO, Inc."]
description = "Transact is a transaction execution platform designed to be used as a library or component when implementing distributed ledgers, including blockchains.\n"
license = "Apache-2.0"
[dependencies.cbor-codec]
version = "0.7"

[dependencies.hex]
version = "0.3"

[dependencies.libc]
version = ">=0.2.35"

[dependencies.lmdb-zero]
version = ">=0.4.1"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.openssl]
version = "0.10"

[dependencies.protobuf]
version = "2"

[dependencies.rand]
version = "0.6"

[dependencies.sha2]
version = "0.8"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.rand_hc]
version = "0.1"

[dev-dependencies.sawtooth-sdk]
version = "0.1"
[build-dependencies.protoc-rust]
version = "2"

[features]
nightly = []