# 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 = "socksv5" version = "0.3.1" authors = ["Alexandre Kirszenberg "] description = "SOCKS v4a and v5 basic building blocks to build your own async SOCKS application" readme = "README.md" keywords = [ "SOCKS", "SOCKS4a", "SOCKS5", "proxy", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alexkirsz/socksv5" [dependencies.byteorder] version = "1.3.4" [dependencies.futures] version = "0.3.8" optional = true [dependencies.thiserror] version = "1.0.22" [dependencies.tokio_compat] version = "1.0.2" features = [ "macros", "io-util", ] optional = true package = "tokio" [features] default = ["futures"] tokio = ["tokio_compat"]