tmkms 0.2.3

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]
name = "tmkms"
version = "0.2.3"
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"
[profile.release]
overflow-checks = true
[dependencies.abscissa]
version = "0.0.6"

[dependencies.abscissa_derive]
version = "0.0.2"

[dependencies.byteorder]
version = "1.2"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.lazy_static]
version = "1"

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

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

[dependencies.rand]
version = "0.5"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.8"

[dependencies.signatory]
version = "0.10"
features = ["ed25519"]

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

[dependencies.signatory-yubihsm]
version = "0.10"
optional = true

[dependencies.subtle-encoding]
version = "0.3"

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

[features]
default = ["softsign", "yubihsm"]
softsign = []
yubihsm = ["signatory-yubihsm/usb"]
yubihsm-mock = ["yubihsm", "signatory-yubihsm/mockhsm"]
[badges.circle-ci]
repository = "tendermint/kms"