# 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 = "hyperproxy" version = "0.2.11" authors = ["Protryon "] description = "A PROXYv2 wrapper for hyper and tonic." keywords = [ "proxy", "hyper", "tonic", ] license = "MIT" repository = "https://github.com/Protryon/hyperproxy" resolver = "2" [dependencies.axum] version = "0.5" optional = true [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "server", "stream", "tcp", ] [dependencies.log] version = "0.3" [dependencies.tokio] version = "1.0" features = ["io-util"] [dependencies.tonic] version = "=0.7.2" optional = true [dev-dependencies.hex] version = "0.4" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] track_conn_count = []