# 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-serve" version = "0.4.0" description = "Web of Things (WoT) Thing server" readme = "README.md" keywords = [ "wot", "WebofThings", ] license = "MIT" repository = "https://github.com/wot-rust/wot-serve" [dependencies.axum] version = "0.7.2" [dependencies.datta] version = "0.1" [dependencies.hostname] version = "0.4" [dependencies.if-addrs] version = "0.11.0" [dependencies.mdns-sd] version = "0.11.0" [dependencies.serde] version = "1.0.141" [dependencies.serde_json] version = "1.0.83" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.20.1" features = ["net"] [dependencies.tower-http] version = "0.5.0" features = ["cors"] [dependencies.uuid] version = "1.1.2" features = ["v4"] [dependencies.wot-td] version = "0.5.0" [dev-dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", ]