# 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 = "i2p_snow" version = "0.5.1" authors = ["Jake McGinty ", "trevp", "Jack Grigg "] description = "A pure-rust implementation of the Noise Protocol Framework, with I2P Noise extensions" homepage = "https://github.com/str4d/snow/tree/i2p-0.5.1" documentation = "https://snow.rs/doc/i2p_snow" readme = "README.md" keywords = ["noise", "protocol", "crypto", "i2p"] categories = ["cryptography"] license = "Unlicense" repository = "https://github.com/str4d/snow/tree/i2p-0.5.1" [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.13" optional = true [dependencies.rand] version = "^0.6" optional = true [dependencies.rand_core] version = "^0.4" [dependencies.ring] version = "^0.14.0" optional = true [dependencies.rust-crypto] version = "^0.2" optional = true [dependencies.smallvec] version = "^0.6.3" [dependencies.static_slice] version = "0.0.3" [dependencies.x25519-dalek] version = "^0.4" features = ["std", "u64_backend"] optional = true default-features = false [dev-dependencies.clap] version = "^2" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.hex] version = "^0.3" [dev-dependencies.lazy_static] version = "^1.2" [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 = []