# 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 = "lsdp" version = "0.3.0" description = "Lenbrook Service Discovery Protocol in Rust" readme = "README.md" keywords = [ "lenbrook", "discovery", "protocol", ] categories = ["parsing"] license = "WTFPL" repository = "https://github.com/coral/lsdp" [dependencies.default-net] version = "0.14.1" optional = true [dependencies.hex] version = "0.4.3" [dependencies.netaddr2] version = "0.10.0" optional = true [dependencies.nom] version = "7.1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.16.1" features = [ "macros", "rt-multi-thread", "net", "sync", "time", ] optional = true [dev-dependencies.anyhow] version = "1.0.53" [features] default = ["discover"] discover = [ "tokio", "default-net", "netaddr2", ]