# 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 = "2018" name = "quinn-noise" version = "0.4.0" authors = ["David Craven "] description = "quinn noise implementation." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ipfs-rust/quinn-noise" [dependencies.bytes] version = "1.0.1" [dependencies.chacha20poly1305] version = "0.8.0" features = ["reduced-round"] [dependencies.curve25519-dalek] version = "3.1.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.quinn-proto] version = "0.9.1" features = ["ring"] default-features = false [dependencies.rand_core] version = "0.5.1" [dependencies.ring] version = "0.16.20" [dependencies.sha2] version = "0.9.4" [dependencies.subtle] version = "2.4.0" [dependencies.tracing] version = "0.1.26" [dependencies.x25519-dalek] version = "1.1.1" [dependencies.xoodoo] version = "0.1.0" [dependencies.zeroize] version = "1.3.0"