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