# 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] edition = "2018" name = "allium" version = "0.1.3" authors = ["Dominik Stolz ", "Oliver Jacobsen "] exclude = ["daemon/*", "docs/*", "*.ini", "*.pem"] description = "Allium is a Rust library for onion routing." categories = ["network-programming"] license = "MIT" repository = "https://github.com/tum-taskforce/allium" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" optional = true [dependencies.bytes] version = "1.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.5.2" optional = true [dependencies.openssl] version = "0.10" [dependencies.ring] version = "0.16.15" features = ["std"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.8" features = ["io-util", "net", "sync", "time"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "1.8" features = ["full"] [features] crypto_ring = ["ring", "base64", "once_cell"]