# 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 = "instance-chart" version = "0.4.0" authors = ["David Kleingeld"] exclude = [ ".github/workflows.test.yml", ".gitignore", ] description = "Chart (discover) instances of your application on the same network and or machine" readme = "README.md" keywords = [ "multicast", "discovery", "mdns", "peers", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/dvdsk/instance-chart" [dependencies.bincode] version = "1.3" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-big-array] version = "0.5" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "time", "net", "macros", "tracing", "rt", "sync", ] [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] version = "1" features = [ "time", "net", "macros", "rt-multi-thread", "tracing", "io-util", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "ansi", "env-filter", ] [badges.maintenance] status = "passively-maintained"