# 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 = "async-psec" version = "0.4.0" authors = ["Hardcore Sushi "] description = "Asynchronous PSEC implementation" readme = "README.md" keywords = ["psec", "async", "p2p"] categories = ["asynchronous", "cryptography", "network-programming"] license = "MIT" repository = "https://github.com/hardcore-sushi/async-psec" [package.metadata.docs.rs] all-features = true [dependencies.aes-gcm] version = "0.9" [dependencies.async-trait] version = "0.1" [dependencies.ed25519-dalek] version = "1.0" [dependencies.hkdf] version = "0.11" [dependencies.hmac] version = "0.11" [dependencies.rand] version = "0.7" [dependencies.sha2] version = "0.9" [dependencies.tokio] version = "1.6" features = ["net", "io-util"] [dependencies.x25519-dalek] version = "1.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.tokio] version = "1.6" features = ["rt-multi-thread", "macros"] [features] split = []