iroh-http-discovery 0.4.0

Optional mDNS peer discovery for iroh-http (desktop platforms)
Documentation
# 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 = "iroh-http-discovery"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional mDNS peer discovery for iroh-http (desktop platforms)"
documentation = "https://docs.rs/iroh-http-discovery"
readme = "README.md"
keywords = [
    "iroh",
    "p2p",
    "mdns",
    "discovery",
    "peer-to-peer",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Momics/iroh-http"

[features]
default = ["mdns"]
mdns = ["iroh/address-lookup-mdns"]

[lib]
name = "iroh_http_discovery"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"

[dependencies.iroh]
version = "0.98.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-util",
]