snow 0.3.0-alpha2

A pure-rust implementation of the Noise Protocol Framework
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 = "snow"
version = "0.3.0-alpha2"
authors = ["Jake McGinty <me@jake.su>", "trevp"]
description = "A pure-rust implementation of the Noise Protocol Framework"
homepage = "https://snow.rs"
documentation = "https://snow.rs/doc/snow"
readme = "README.md"
keywords = ["noise", "protocol", "crypto"]
categories = ["cryptography"]
license = "Unlicense"
repository = "https://github.com/mcginty/snow"
[package.metadata.docs.rs]
all-features = false
features = ["ring-resolver", "hacl-star-resolver"]
no-default-features = false

[[bench]]
name = "benches"
harness = false
[dependencies.arrayref]
version = "^0.3"

[dependencies.blake2-rfc]
version = "^0.2"
optional = true

[dependencies.byteorder]
version = "^1.2"

[dependencies.chacha20-poly1305-aead]
version = "^0.1"
optional = true

[dependencies.failure]
version = "^0.1"

[dependencies.failure_derive]
version = "^0.1"

[dependencies.hacl-star]
version = "=0.0.11"
optional = true

[dependencies.rand]
version = "0.5.0-pre.2"
optional = true

[dependencies.ring]
version = "0.13.0-alpha5"
optional = true

[dependencies.rust-crypto]
version = "^0.2"
optional = true

[dependencies.smallvec]
version = "^0.6"

[dependencies.static_slice]
version = "0.0.3"

[dependencies.x25519-dalek]
version = "^0.2"
features = ["std", "u64_backend"]
optional = true
default-features = false
[dev-dependencies.clap]
version = "^2.0"

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

[dev-dependencies.hex]
version = "^0.3"

[dev-dependencies.lazy_static]
version = "^1.0"

[dev-dependencies.serde]
version = "^1.0"

[dev-dependencies.serde_derive]
version = "^1.0"

[dev-dependencies.serde_json]
version = "^1.0"
[build-dependencies.rustc_version]
version = "^0.2"

[features]
default = ["default-resolver"]
default-resolver = ["chacha20-poly1305-aead", "blake2-rfc", "rust-crypto", "x25519-dalek", "rand"]
hacl-star-accelerated = ["hacl-star-resolver", "default-resolver"]
hacl-star-resolver = ["hacl-star"]
nightly = ["blake2-rfc/simd_opt", "chacha20-poly1305-aead/simd_opt", "x25519-dalek/nightly"]
ring-accelerated = ["ring-resolver", "default-resolver"]
ring-resolver = ["ring"]
vector-tests = []
[badges.appveyor]
branch = "master"
repository = "mcginty/snow"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "mcginty/snow"