# 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 = "udpsec" version = "0.2.0" authors = ["Nikita Podvirnyy "] description = "Secure UDP implementation in Rust" readme = "README.md" keywords = ["udp"] license = "GPL-3.0" repository = "https://github.com/krypt0nn/udpsec" resolver = "2" [dependencies.rand_core] version = "0.5.1" features = ["std"] [dependencies.wait_not_await] version = "0.2.1" [dependencies.x25519-dalek] version = "1.2.0" features = ["reusable_secrets"]