# 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-reverseproxy" version = "0.1.0" description = "MPROXY: Reverse-proxy. Forward upstream TCP and/or UDP endpoints to downstream listeners." readme = "readme.md" license = "MIT" repository = "https://github.com/matt24smith/mproxy-dispatcher" resolver = "1" [dependencies.mproxy-client] version = "0.1.0" [dependencies.mproxy-proxy] version = "0.1.0" [dependencies.mproxy-server] version = "0.1.0" [dependencies.mproxy-socket_dispatch] version = "0.1.0" [dependencies.pico-args] version = "0.5.0" features = ["eq-separator"] [dev-dependencies]