# 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 = "h2sr" version = "0.1.0" authors = ["jasondhli "] description = "http-to-socks5 proxy router" license = "\tApache-2.0" repository = "https://github.com/Jason5Lee/h2sr" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.directories] version = "3.0" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.ipnet] version = "2.3" [dependencies.iprange] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-socks] version = "0.5" [dependencies.toml] version = "0.5"