# 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-backend-influxdb" version = "0.10.0-rc" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Sreeja Nair ", ] description = "Backend for Zenoh using InfluxDB" homepage = "http://zenoh.io" readme = "README.md" categories = [ "network-programming", "database", ] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh-backend-influxdb" [package.metadata.deb] copyright = "2022 ZettaScale Technology" depends = "zenoh-plugin-storage-manager (=0.10.0-rc)" license-file = [ "LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-backend-influxdb" section = "net" [lib] name = "zenoh_backend_influxdb" crate-type = [ "cdylib", "rlib", ] [dependencies.async-std] version = "=1.12.0" [dependencies.async-trait] version = "0.1.66" [dependencies.base64] version = "0.21.0" [dependencies.env_logger] version = "0.10.0" [dependencies.git-version] version = "0.3.5" [dependencies.humantime] version = "2.1.0" [dependencies.influxdb] version = "0.5.2" features = [ "derive", "use-serde", "h1-client-rustls", ] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.zenoh] version = "0.10.0-rc" features = ["unstable"] [dependencies.zenoh-collections] version = "0.10.0-rc" [dependencies.zenoh-core] version = "0.10.0-rc" [dependencies.zenoh-util] version = "0.10.0-rc" [dependencies.zenoh_backend_traits] version = "0.10.0-rc" [build-dependencies.rustc_version] version = "0.4.0" [features] stats = ["zenoh/stats"]