# 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 = "ipv6_proxy" version = "0.1.18" authors = [ "i18n.site@gmail.com", "zu1k ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Http proxy, every request from a separate IPv6 address." homepage = "https://atomgit.com/i18n-in/ipv6_proxy" readme = "README.md" license = "MIT" repository = "https://atomgit.com/i18n-in/ipv6_proxy.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [[bin]] name = "ipv6_proxy" path = "src/main.rs" [dependencies.aok] version = "0.1.12" [dependencies.axum] version = "0.7.5" [dependencies.base64] version = "0.22.1" [dependencies.cidr] version = "0.2" [dependencies.genv] version = "0.1.10" [dependencies.getopts] version = "0.2" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.3" features = [ "client", "server", "http1", ] [dependencies.hyper-util] version = "0.1.5" [dependencies.jemallocator] version = "0.5.4" [dependencies.loginit] version = "0.1.13" [dependencies.rand] version = "0.8" [dependencies.static_init] version = "1.0.3" [dependencies.tokio] version = "1" features = [ "net", "rt-multi-thread", "macros", "io-util", ] [dependencies.tracing] version = "0.1.40" [dependencies.xerr] version = "0.1.14" [dev-dependencies]