sphinxcrypto 0.1.1

Sphinx cryptographic packet format library
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 = "sphinxcrypto"
version = "0.1.1"
authors = ["David Stainton <dstainton415@gmail.com>"]
description = "Sphinx cryptographic packet format library"
homepage = "https://github.com/sphinx-cryptography/rust-sphinxcrypto"
documentation = "https://docs.rs/sphinxcrypto/"
readme = "README.md"
keywords = ["cryptography", "sphinx", "mixnet", "crypto", "mix"]
license = "AGPL-3.0-only"
repository = "https://github.com/sphinx-cryptography/rust-sphinxcrypto"

[[bench]]
name = "sphinx_decrypt_benchmark"
harness = false
[dependencies.aes-ctr]
version = "0.3.0"

[dependencies.aez]
version = "0.0.7"

[dependencies.arrayref]
version = "^0.3.5"

[dependencies.byteorder]
version = "1.2.6"

[dependencies.digest]
version = "0.8.1"

[dependencies.ecdh_wrapper]
version = "0.0.9"

[dependencies.hkdf]
version = "0.8.0"

[dependencies.hmac]
version = "0.7.1"

[dependencies.keystream]
version = "^1.0.0"

[dependencies.rand]
version = "^0.4.2"

[dependencies.sha2]
version = "0.8.0"

[dependencies.subtle]
version = "2"
default-features = false
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.rand]
version = "^0.4.2"

[dev-dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.serde]
version = "1.0.94"

[dev-dependencies.serde_derive]
version = "1.0.94"

[dev-dependencies.serde_json]
version = "1.0.40"

[features]
nightly = ["subtle/nightly"]
std = ["subtle/std"]