# 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-client" version = "0.1.8" description = "MPROXY: UDP Client. Stream local data to logging servers via UDP" documentation = "https://docs.rs/mproxy-client/" readme = "readme.md" license = "MIT" repository = "https://github.com/matt24smith/mproxy-dispatcher" resolver = "1" [lib] [[bin]] name = "mproxy-client" [dependencies.pico-args] version = "0.5.0" features = ["eq-separator"] [dev-dependencies] [target."cfg(target_os = \"macos\")".dependencies.default-net] version = "0.14"