# 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-server" version = "0.1.8" description = "MPROXY: Server. Listen for incoming UDP messages and log to file." documentation = "https://docs.rs/mproxy-server/" readme = "readme.md" license = "MIT" repository = "https://github.com/matt24smith/mproxy-dispatcher" resolver = "1" [lib] [[bin]] name = "mproxy-server" [dependencies.net2] version = "0.2" [dependencies.pico-args] version = "0.5.0" features = ["eq-separator"] [dev-dependencies]