# 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-v2" version = "1.0.0-alpha.4" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Sreeja Nair ", "Snehil Joshi ", ] description = "Backend for Zenoh using InfluxDB v2.x" 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" resolver = "1" [package.metadata.deb] copyright = "2022 ZettaScale Technology" depends = "zenoh-plugin-storage-manager (=1.0.0~alpha.4-1)" license-file = [ "../LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-backend-influxdb-v2" section = "net" [lib] name = "zenoh_backend_influxdb2" 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.chrono] version = "0.4.31" features = ["serde"] [dependencies.futures] version = "0.3.28" [dependencies.git-version] version = "0.3.5" [dependencies.influxdb2] version = "0.4.5" features = ["rustls"] default-features = false [dependencies.influxdb2-derive] version = "0.1.1" [dependencies.influxdb2-structmap] version = "0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.zenoh] version = "1.0.0-alpha.4" features = [ "unstable", "internal", "plugins", "unstable", "internal", "plugins", ] [dependencies.zenoh-plugin-trait] version = "1.0.0-alpha.4" [dependencies.zenoh_backend_traits] version = "1.0.0-alpha.4" [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["dynamic_plugin"] dynamic_plugin = [] stats = ["zenoh/stats"]