yubihsm 0.2.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.2.0"
authors = ["Tony Arcieri <bascule@gmail.com>"]
description = "Pure Rust client for YubiHSM2 devices"
homepage = "https://github.com/tendermint/yubihsm-rs"
documentation = "https://docs.rs/yubihsm"
readme = "README.md"
keywords = ["cryptography", "encryption", "security"]
categories = ["cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tendermint/yubihsm-rs/tree/master/"
[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes"]
[dependencies.aesni]
version = "0.3"

[dependencies.bitflags]
version = "1.0"

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

[dependencies.byteorder]
version = "1.2"

[dependencies.clear_on_drop]
version = "0.2"

[dependencies.cmac]
version = "0.1"

[dependencies.constant_time_eq]
version = "0.1"

[dependencies.ed25519-dalek]
version = "= 0.6.0"
features = ["sha2"]
optional = true

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.hmac]
version = "0.4"

[dependencies.pbkdf2]
version = "0.1"

[dependencies.rand]
version = "0.4"

[dependencies.reqwest]
version = "0.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha2]
version = "0.6"

[dependencies.tiny_http]
version = "0.5"
optional = true

[features]
bench = []
dalek = ["ed25519-dalek"]
default = []
mockhsm = ["dalek", "tiny_http"]
[badges.circle-ci]
repository = "tendermint/yubihsm-rs"