# 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 = "zenoh-plugin-webserver" version = "1.1.0" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Pierre Avital ", ] description = "Plugin for Zenoh implementing an HTTP server that maps URLs to zenoh key expressions" homepage = "http://zenoh.io" readme = "README.md" categories = [ "network-programming", "web-programming::http-server", ] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh-plugin-webserver" [package.metadata.deb] copyright = "2017, 2022 ZettaScale Technology" depends = "zenohd (=1.1.0)" license-file = [ "LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-plugin-webserver" section = "net" [lib] name = "zenoh_plugin_webserver" crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.69" [dependencies.async-stream] version = "0.3.5" [dependencies.futures] version = "0.3.26" [dependencies.git-version] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.154" [dependencies.serde_json] version = "1.0.114" [dependencies.tide] version = "0.16.0" [dependencies.tokio] version = "1.35.1" default-features = false [dependencies.tokio-stream] version = "0.1.15" [dependencies.tracing] version = "0.1" [dependencies.zenoh] version = "1.1.0" features = [ "unstable", "internal", "plugins", ] [dependencies.zenoh-plugin-trait] version = "1.1.0" default-features = false [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["dynamic_plugin"] dynamic_plugin = [] stats = ["zenoh/stats"]