# 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 = "kitsune_p2p_mdns" version = "0.5.0-dev.1" authors = ["Holochain Core Dev Team "] description = "p2p / mdns discovery framework" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/kitsune_p2p_mdns" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "mdns", "networking", ] categories = ["network-programming"] license = "Apache-2.0" [[example]] name = "broadcast" path = "examples/broadcast.rs" [[example]] name = "discover" path = "examples/discover.rs" [dependencies.base64] version = "0.22" [dependencies.err-derive] version = "0.3.1" [dependencies.libmdns] version = "=0.9.1" [dependencies.mdns] version = "=3.0.0" [dependencies.tokio] version = "1.27" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.futures] version = "0.3" [lints.clippy] complexity = "deny" correctness = "deny" dbg_macro = "deny" perf = "deny" style = "deny" [lints.clippy.cargo] level = "allow" priority = -1 [lints.clippy.nursery] level = "allow" priority = -1 [lints.clippy.pedantic] level = "allow" priority = -1 [lints.clippy.restriction] level = "allow" priority = -1 [lints.rust.unexpected_cfgs] level = "warn" priority = 0