# 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-mqtt" version = "1.1.0" authors = ["Julien Enoch "] description = "Zenoh plugin for MQTT" homepage = "http://zenoh.io" readme = "README.md" categories = ["network-programming"] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh-plugin-mqtt" [package.metadata.deb] copyright = "2017, 2020 ADLINK Technology Inc." depends = "zenohd (=1.1.0)" license-file = [ "../LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-plugin-mqtt" section = "net" [lib] name = "zenoh_plugin_mqtt" crate-type = [ "cdylib", "rlib", ] [dependencies.async-channel] version = "2.3.1" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.derivative] version = "2.2.0" [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3.26" [dependencies.git-version] version = "0.3.5" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.ntex] version = "2.6.0" features = [ "tokio", "rustls", ] [dependencies.ntex-mqtt] version = "3.1.0" [dependencies.ntex-tls] version = "2.2.0" [dependencies.regex] version = "1.7.1" [dependencies.rustls] version = "0.23.13" features = ["ring"] default-features = false [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.secrecy] version = "0.8.0" features = [ "alloc", "serde", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" default-features = false [dependencies.tracing] version = "0.1" [dependencies.zenoh] version = "1.1.0" features = [ "plugins", "unstable", "internal", "internal_config", ] [dependencies.zenoh-config] version = "1.1.0" default-features = false [dependencies.zenoh-plugin-trait] version = "1.1.0" default-features = false [build-dependencies.rustc_version] version = "0.4" [features] default = ["dynamic_plugin"] dynamic_plugin = [] stats = ["zenoh/stats"]