# 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 = "mproxy-reverse" version = "0.1.8" description = "MPROXY: Reverse Proxy. Send upstream data to downstream socket listeners." documentation = "https://docs.rs/mproxy-reverse/" readme = "readme.md" license = "MIT" repository = "https://github.com/matt24smith/mproxy-dispatcher" resolver = "1" [dependencies.mproxy-client] version = "0.1.8" [dependencies.mproxy-forward] version = "0.1.8" [dependencies.mproxy-server] version = "0.1.8" [dependencies.pico-args] version = "0.5.0" features = ["eq-separator"] [dev-dependencies]