# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "hyphae-handshake" version = "0.1.0-beta.0" authors = ["Will Buik"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Noise protocol framework handshakes for QUIC" readme = "README.md" keywords = [ "noise", "quic", "no-std", ] categories = [ "authentication", "cryptography", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WillBuik/hyphae-handshake" [lib] name = "hyphae_handshake" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" features = ["aes"] optional = true default-features = false [dependencies.blake2] version = "0.10.6" features = ["reset"] optional = true default-features = false [dependencies.chacha20] version = "0.9.1" optional = true default-features = false [dependencies.chacha20poly1305] version = "0.10.1" optional = true default-features = false [dependencies.curve25519-dalek] version = "4.1.3" features = [ "precomputed-tables", "rand_core", "zeroize", ] optional = true default-features = false [dependencies.rand_core] version = "0.6.4" [dependencies.sha2] version = "0.10.8" optional = true default-features = false [dependencies.zeroize] version = "1.8.1" features = ["zeroize_derive"] default-features = false [dev-dependencies.hkdf] version = "0.12.4" [dev-dependencies.hmac] version = "0.12.1" [dev-dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dev-dependencies.snow] version = "0.9.6" [features] alloc = ["zeroize/alloc"] default = [ "rustcrypto", "alloc", ] keylog = [] rustcrypto = [ "dep:aes-gcm", "dep:blake2", "dep:chacha20", "dep:chacha20poly1305", "dep:curve25519-dalek", "dep:sha2", ]