# 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 = "quinn-hyphae" 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 the Quinn QUIC library" readme = "README.md" keywords = [ "noise", "quic", "quinn", ] categories = [ "authentication", "cryptography", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WillBuik/hyphae-handshake" [lib] name = "quinn_hyphae" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "xk_handshake" path = "examples/xk_handshake.rs" [dependencies.base16ct] version = "0.2.0" features = ["std"] [dependencies.base64ct] version = "1.6.0" features = ["std"] [dependencies.bytes] version = "1" default-features = false [dependencies.hyphae-handshake] version = "0.1.0-beta.0" features = ["alloc"] default-features = false [dependencies.quinn] version = "0.11" optional = true default-features = false [dependencies.quinn-proto] version = "0.11" default-features = false [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.zeroize] version = "1.8.1" features = [ "zeroize_derive", "alloc", ] default-features = false [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.quinn] version = "0.11" features = ["runtime-tokio"] default-features = false [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] default = [ "rustcrypto", "helper", ] helper = ["dep:quinn"] keylog = ["hyphae-handshake/keylog"] rustcrypto = ["hyphae-handshake/rustcrypto"]