[package] name = "ire" description = "I2P router implementation in Rust" version = "0.0.1" license = "MIT" authors = ["Jack Grigg "] homepage = "https://github.com/str4d/ire" repository = "https://github.com/str4d/ire" readme = "README.md" categories = ["cryptography"] keywords = ["i2p", "net", "network", "privacy", "security"] [dependencies] aesti = "^0.3" arrayref = "^0.3" bytes = "^0.4" clap = "^2.26" cookie-factory = "^0.2" ed25519-dalek = "^0.4" env_logger = "^0.4" flate2 = "^0.2" futures = "^0.1" itertools = "^0.6" log = "^0.3" nom = "^3.2" num = "^0.1" rand = "^0.3" sha2 = "^0.6" tokio-io = "^0.1" tokio-core = "^0.1" [dev-dependencies] pretty_assertions = "^0.3"