# 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-forward" version = "0.1.8" description = "MPROXY: Forwarding Proxy. Forward TLS/TCP, UDP, or Multicast to a downstream UDP socket address." documentation = "https://docs.rs/mproxy-forward/" readme = "readme.md" license = "MIT" repository = "https://github.com/matt24smith/mproxy-dispatcher" resolver = "1" [dependencies.mproxy-client] version = "0.1.8" [dependencies.mproxy-server] version = "0.1.8" [dependencies.pico-args] version = "0.5.0" features = ["eq-separator"] [dependencies.rustls] version = "0.20" optional = true [dependencies.webpki-roots] version = "0.22" optional = true [dev-dependencies] [features] tls = [ "dep:rustls", "dep:webpki-roots", ]