# 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 = "ssb-box-stream" version = "0.2.0" authors = ["Thomas Scholtes "] description = "Implemenation of Scuttlebuts authentication and encryption protocol for peer connections" homepage = "https://github.com/geigerzaehler/rust-ssb/tree/main/ssb-box-stream" readme = "README.md" keywords = ["ssb", "scuttlebutt", "encryption", "box-stream", "handshake"] categories = ["cryptography", "authentication", "network-programming"] license = "ISC" repository = "https://github.com/geigerzaehler/rust-ssb" [package.metadata.docs.rs] rustc-args = ["--cfg", "docsrs"] [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.libsodium-sys] version = "0.2.5" [dependencies.pin-project] version = "1" [dependencies.sodiumoxide] version = "0.2.5" [dependencies.thiserror] version = "1" [dev-dependencies.async-std] version = "1.6" features = ["unstable", "attributes"] [dev-dependencies.duplexify] version = "1.1" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.proptest-derive] version = "0.2" [dev-dependencies.test-strategy] version = "0.1"