# 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 = "2018" name = "mwc-libp2p-tokio-socks5" version = "0.7.2" authors = ["Tobin C. Harding "] build = false exclude = ["rustfmt.toml"] autobins = false autoexamples = false autotests = false autobenches = false description = "TCP/IP (via a SOCKS5 proxy) transport protocol for libp2p" readme = "README.md" keywords = [ "socks", "tor", "peer-to-peer", "libp2p", "networking", ] categories = [ "network-programming", "asynchronous", ] license = "GPL-3.0" repository = "https://github.com/mwcproject/libp2p-tokio-socks5" [lib] name = "mwc_libp2p_tokio_socks5" path = "src/lib.rs" [[example]] name = "ping" path = "examples/ping.rs" [dependencies.data-encoding] version = "2.3" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.if-addrs] version = "0.6.5" [dependencies.ipnet] version = "2.3" [dependencies.log] version = "0.4" [dependencies.mwc-libp2p] version = "0.35.3" default-features = false [dependencies.socket2] version = "0.3" [dependencies.tokio] version = "0.2" features = ["tcp"] [dependencies.tokio-socks] version = "0.2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.mwc-libp2p] version = "0.35.3" features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", ] default-features = false [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = [ "rt-threaded", "macros", "tcp", ]