# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zwuevi" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to communicate with the Tor control socket to generate ephemeral onion services" readme = "README.md" keywords = [ "privacy", "network", "tor", "onion", ] categories = [ "network-programming", "asynchronous", "cryptography", ] license = "EUPL-1.2" repository = "https://github.com/mobilesec/zwuevi" [lib] name = "zwuevi" path = "src/lib.rs" [dependencies.base32] version = "~0.5" [dependencies.base64] version = "~0.22" [dependencies.ed25519-dalek] version = "~2" features = [ "hazmat", "rand_core", ] [dependencies.log] version = "~0.4" [dependencies.rand] version = "~0.8" [dependencies.sha3] version = "~0.10" [dependencies.tokio] version = "^1" features = [ "rt-multi-thread", "io-util", "macros", "sync", "time", "net", ]