# 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" rust-version = "1.74.0" name = "discovery-rs" version = "0.1.2" exclude = ["static/*"] description = "mDNS-SD TUI browser" homepage = "https://github.com/JustPretender/discovery-rs" readme = "README.md" keywords = [ "networking", "mdns", "discovery", "cli", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JustPretender/discovery-rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" [dependencies.clap_derive] version = "4.5.4" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.27.0" [dependencies.flume] version = "0.11.0" features = [ "default", "select", ] [dependencies.mdns-sd] version = "0.11.1" [dependencies.parking_lot] version = "0.12.3" [dependencies.ratatui] version = "0.26.3" [dependencies.regex] version = "1.10.5" [dependencies.textwrap] version = "0.16.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]