# 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" name = "handshake" version = "0.1.4" description = """ Noise_IK_25519_ChaChaPoly_BLAKE2s """ license = "Apache-2.0" [lib] path = "main.rs" [dependencies.blake2] version = "0.10" [dependencies.chacha20poly1305] version = "0.10" [dependencies.hkdf] version = "0.12" [dependencies.rand_core] version = "0.5" [dependencies.thiserror] version = "1" [dependencies.x25519-dalek] version = "1.1" [dev-dependencies.snow] version = "0.9"