# 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 = "dissonance" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async-friendly Rust library for generating Noise-encrypted transport protocols" homepage = "https://github.com/sajmon170/dissonance" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/sajmon170/dissonance" [lib] name = "dissonance" path = "src/lib.rs" [dependencies.bytes] version = "1.8.0" [dependencies.futures] version = "0.3.31" [dependencies.pin-project] version = "1.1.7" [dependencies.postcard] version = "1.0.10" features = ["alloc"] [dependencies.serde] version = "1.0.214" [dependencies.snow] version = "0.9.6" [dependencies.strum_macros] version = "0.26.4" [dependencies.tokio] version = "1.41.1" [dependencies.tokio-util] version = "0.7.12" features = [ "codec", "io", ] [dependencies.tracing] version = "0.1.40"