[package] name = "ruido" version = "0.0.1" authors = ["Kevin K. "] edition = "2018" include = [ "src/**/*", "Cargo.toml", "README.md" ] description = """ An implementation of the Noise Protocol Framework with emphasis on compile time options, performance, and correctness """ repository = "https://github.com/kbknapp/ruido" documentation = "https://docs.rs/ruido/" keywords = [ "noise", "protocol", "framework", "cryptography", "security" ] categories = ["cryptography"] license = "MIT OR Apache-2.0" readme = "README.md" [dependencies]