[package] name = "nettext" description = "A text-based data format for cryptographic network protocols" authors = ["Alex Auvolat "] version = "0.1.0" edition = "2021" license = "AGPL-3.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1"