# 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 = "onionpipe" version = "0.4.0" authors = ["Casey Marshall "] description = "Onion addresses for anything." homepage = "https://github.com/cmars/onionpipe-rs/" documentation = "https://docs.rs/onionpipe" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cmars/onionpipe-rs/" [lib] name = "onionpipe" path = "src/lib.rs" [[bin]] name = "onionpipe" path = "src/bin/main.rs" [dependencies.base64] version = "0.20.0" [dependencies.clap] version = "4.1.4" features = [ "env", "derive", ] [dependencies.crypto_box] version = "0.8.2" [dependencies.dirs] version = "5.0.0" [dependencies.futures-util] version = "0.3" [dependencies.libc] version = "0.2.142" [dependencies.libtor] version = "47.8.0+0.4.7.x" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.35" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-socks] version = "0.5.1" [dependencies.torut] version = "0.2"