# 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 = "udis" version = "0.1.3" authors = ["Duncan R Hamill "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny local service discovery system" homepage = "https://github.com/duncanrhamill/udis" readme = "readme.md" keywords = [ "discovery", "multicast", "mdns", ] license = "MIT" repository = "https://github.com/duncanrhamill/udis" [package.metadata.docs.rs] all-features = true [lib] name = "udis" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "client_async" path = "examples/client_async.rs" [[example]] name = "server" path = "examples/server.rs" [[example]] name = "server_async" path = "examples/server_async.rs" [dependencies.local-ip-address] version = "0.6.3" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.socket2] version = "0.5.7" features = ["all"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt", "rt-multi-thread", "net", "macros", "time", ] optional = true [dev-dependencies.env_logger] version = "0.11.5" [features] tokio = ["dep:tokio"]