# 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 = "rs-proxy" version = "0.11.0" authors = ["Jire"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple, cross-platform, multi-client TCP proxy for Old-school RS2/JS5" homepage = "https://github.com/Jire/rs-proxy" readme = "README.md" keywords = [ "proxy", "rsps", "rs2", "js5", "tokio", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/Jire/rs-proxy" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = true [[bin]] name = "rs-proxy" path = "src/main.rs" [dependencies.bytes] version = "1.8.0" [dependencies.getopts] version = "0.2.21" [dependencies.proxy-header] version = "0.1.2" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tokio-uring] version = "0.4.0" features = ["bytes"]