# 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] edition = "2018" name = "tetsy-libp2p-noise" version = "0.29.2" authors = ["Parity Technologies "] description = "Cryptographic handshake protocol using the noise framework." license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [dependencies.bytes] version = "1" [dependencies.curve25519-dalek] version = "3.0.0" [dependencies.futures] version = "0.3.1" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.7" [dependencies.rand] version = "0.7.2" [dependencies.sha2] version = "0.9.1" [dependencies.static_assertions] version = "1" [dependencies.tetsy-libp2p-core] version = "0.27.1" [dependencies.x25519-dalek] version = "1.1.0" [dependencies.zeroize] version = "1" [dev-dependencies.async-io] version = "1.2.0" [dev-dependencies.env_logger] version = "0.8.1" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.sodiumoxide] version = "0.2.5" [build-dependencies.prost-build] version = "0.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.snow] version = "0.7.1" features = ["ring-resolver"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.snow] version = "0.7.1" features = ["default-resolver"] default-features = false