yubihsm 0.19.0

Pure Rust client for YubiHSM2 devices
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 = "yubihsm"
version = "0.19.0"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "Pure Rust client for YubiHSM2 devices"
homepage = "https://github.com/tendermint/yubihsm-rs"
documentation = "https://docs.rs/yubihsm"
readme = "README.md"
keywords = ["ed25519", "hmac", "hsm", "signing", "yubikey"]
categories = ["cryptography"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tendermint/yubihsm-rs/tree/master/"
[package.metadata.docs.rs]
features = ["mockhsm", "rsa", "usb"]
rustc-args = ["-Ctarget-feature=+aes"]

[[bench]]
name = "ed25519"
harness = false
[dependencies.aes]
version = "0.3"

[dependencies.bitflags]
version = "1"

[dependencies.block-modes]
version = "0.2"

[dependencies.byteorder]
version = "1.2"

[dependencies.cmac]
version = "0.2"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

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

[dependencies.lazy_static]
version = "1"
optional = true

[dependencies.libusb]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.pbkdf2]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.5"

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha2]
version = "0.8"
optional = true

[dependencies.subtle]
version = "1"

[dependencies.untrusted]
version = "0.6"
optional = true

[dependencies.uuid]
version = "0.7"
features = ["v4"]
default-features = false

[dependencies.zeroize]
version = "0.4"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.ring]
version = "0.13"

[dev-dependencies.untrusted]
version = "0.6"

[features]
default = ["http", "passwords"]
http = []
mockhsm = ["passwords", "ring", "untrusted"]
nightly = ["subtle/nightly", "zeroize/nightly"]
passwords = ["hmac", "pbkdf2", "sha2"]
rsa = ["sha2"]
usb = ["lazy_static", "libusb"]
[badges.circle-ci]
repository = "tendermint/yubihsm-rs"