# 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 = "webthing" version = "0.15.2" authors = ["WebThingsIO "] description = "Implementation of an HTTP Web Thing." homepage = "https://github.com/WebThingsIO/webthing-rust" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/WebThingsIO/webthing-rust" [dependencies.actix] version = "0.13" optional = true [dependencies.actix-web] version = "4.0.0" optional = true [dependencies.actix-web-actors] version = "4.0.0" optional = true [dependencies.chrono] version = "0.4.22" features = ["std"] default_features = false [dependencies.futures] version = "0.3" optional = true [dependencies.hostname] version = "0.3" optional = true [dependencies.if-addrs] version = "0.7" optional = true [dependencies.libmdns] version = "0.6" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.valico] version = "3.5" [dev-dependencies.actix-rt] version = "2.6" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" [features] actix = [ "dep:actix", "actix-web", "actix-web-actors", "futures", "if-addrs", "hostname", "libmdns", ] default = ["actix"] ssl = [ "actix", "actix-web/openssl", "openssl", ]