[badges.maintenance]
status = "passively-maintained"
[dependencies.bincode]
version = "1.3"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde-big-array]
version = "0.5"
[dependencies.socket2]
features = ["all"]
version = "0.5"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["time", "net", "macros", "tracing", "rt", "sync"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.console-subscriber]
version = "0.1"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.indicatif]
version = "0.17"
[dev-dependencies.mac_address]
version = "1.1"
[dev-dependencies.more-asserts]
version = "0.3"
[dev-dependencies.tokio]
features = ["time", "net", "macros", "rt-multi-thread", "tracing"]
version = "1"
[dev-dependencies.tracing-subscriber]
features = ["fmt", "ansi", "env-filter"]
version = "0.3"
[package]
authors = ["David Kleingeld"]
categories = ["network-programming"]
description = "Chart (discover) instances of your application on the same network and or machine"
edition = "2021"
exclude = [".github/workflows.test.yml", ".gitignore"]
keywords = ["multicast", "discovery", "mdns", "peers"]
license = "MIT"
name = "instance-chart"
readme = "README.md"
repository = "https://github.com/dvdsk/instance-chart"
version = "0.3.0"