# 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 = "wot-discovery" version = "0.3.0" description = "Web of Things (WoT) Discovery" readme = "README.md" keywords = [ "wot", "WebofThings", ] license = "MIT" repository = "https://github.com/sifis-home/wot-discovery" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3.21" [dependencies.mdns-sd] version = "0.7.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.35" [dependencies.wot-td] version = "0.3.1" [dev-dependencies.serde] version = "1.0.171" features = ["derive"] [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"] [dev-dependencies.wot-serve] version = "0.3.1"