# 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 = "2018" name = "simpdiscover" version = "0.7.0" authors = ["Andrew Mackenzie "] description = "A simple library for UDP based service discovery" documentation = "https://github.com/andrewdavidmackenzie/simpdiscover/blob/master/README.md" readme = "README.md" keywords = [ "discovery", "udp", ] license = "MIT" repository = "https://github.com/andrewdavidmackenzie/simpdiscover/" [lib] name = "simpdiscoverylib" path = "src/lib/lib.rs" [[bin]] name = "announce" path = "src/announce.rs" [[bin]] name = "listen" path = "src/listen.rs" [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.6" [dev-dependencies.portpicker] version = "0.1.1"