tmkms 0.6.0-alpha4

Tendermint Key Management System
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 = "tmkms"
version = "0.6.0-alpha4"
authors = ["Tony Arcieri <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
description = "Tendermint Key Management System"
homepage = "https://github.com/tendermint/kms/"
readme = "README.md"
keywords = ["cosmos", "ed25519", "kms", "key-management", "yubihsm"]
categories = ["cryptography"]
license = "Apache-2.0"
[package.metadata.docs.rs]
all-features = true
[profile.release]
overflow-checks = true
[dependencies.abscissa]
version = "0.1.0-rc.0"
features = ["application", "signals", "secrets", "time"]
default-features = false

[dependencies.atomicwrites]
version = "0.2"

[dependencies.byteorder]
version = "1.2"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.gumdrop]
version = "0.6"

[dependencies.hkdf]
version = "0.7"

[dependencies.hmac]
version = "0.7"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

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

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

[dependencies.rand_os]
version = "0.1"

[dependencies.rpassword]
version = "3"
optional = true

[dependencies.serde]
version = "1"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.8"

[dependencies.signal-hook]
version = "0.1.7"

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

[dependencies.signatory-dalek]
version = "0.12"

[dependencies.signatory-ledger-tm]
version = "0.12"
optional = true

[dependencies.signatory-secp256k1]
version = "0.12"

[dependencies.subtle]
version = "2"

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

[dependencies.tendermint]
version = "0.9"
features = ["amino-types", "secret-connection"]

[dependencies.tiny-bip39]
version = "0.6"

[dependencies.wait-timeout]
version = "0.2"

[dependencies.yubihsm]
version = "0.26"
features = ["setup", "usb"]
optional = true

[dependencies.zeroize]
version = "0.9"
[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.tempfile]
version = "3"

[features]
default = []
ledgertm = ["signatory-ledger-tm"]
softsign = []
yubihsm-mock = ["yubihsm/mockhsm"]
yubihsm-server = ["yubihsm/http-server", "rpassword"]
[badges.circle-ci]
repository = "tendermint/kms"