tendermint 0.6.0

Tendermint is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides types for representing information about Tendermint blockchain networks, including chain IDs, block IDs, and block heights.
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 = "tendermint"
version = "0.6.0"
authors = ["Ismail Khoffi <Ismail.Khoffi@gmail.com>", "ValarDragon <dojha12@gmail.com>", "Tony Arcieri <tony@iqlusion.io>", "Thane Thomson <thane@interchain.io>"]
description = "    Tendermint is a high-performance blockchain consensus engine that powers\n    Byzantine fault tolerant applications written in any programming language.\n    This crate provides types for representing information about Tendermint\n    blockchain networks, including chain IDs, block IDs, and block heights.\n    "
homepage = "https://www.tendermint.com/"
readme = "README.md"
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
categories = ["cryptography", "database"]
license = "Apache-2.0"
repository = "https://github.com/tendermint/kms/tree/master/crates/tendermint"
[package.metadata.docs.rs]
all-features = true
[dependencies.byteorder]
version = "1.2"
optional = true

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.digest]
version = "0.8"

[dependencies.failure]
version = "0.1"

[dependencies.hkdf]
version = "0.7"
optional = true

[dependencies.prost-amino]
version = "0.4.0"
optional = true

[dependencies.prost-amino-derive]
version = "0.4.0"
optional = true

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

[dependencies.ring]
version = "0.14"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.8"
default-features = false

[dependencies.signatory]
version = "0.11.2"
features = ["ed25519", "ecdsa"]

[dependencies.signatory-dalek]
version = "0.11"
optional = true

[dependencies.subtle]
version = "2"

[dependencies.subtle-encoding]
version = "0.3"
features = ["bech32-preview"]

[dependencies.tai64]
version = "1"
features = ["chrono"]
optional = true

[dependencies.x25519-dalek]
version = "0.5"
features = ["u64_backend"]
optional = true
default-features = false

[dependencies.zeroize]
version = "0.6"
optional = true
[dev-dependencies.serde_json]
version = "1"

[features]
amino-types = ["prost-amino", "prost-amino-derive"]
default = ["serde", "tai64"]
secret-connection = ["amino-types", "byteorder", "hkdf", "rand_os", "ring", "signatory-dalek", "x25519-dalek", "zeroize"]
[badges.circle-ci]
repository = "tendermint/kms"