# 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" rust-version = "1.75.0" name = "rsiot-influxdb" version = "0.0.71" description = "Компонент для сохранения данных в БД InfluxDB" keywords = [ "iot", "scada", ] categories = [ "api-bindings", "gui", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Konstantin-Dudersky/rsiot" [features] single-thread = ["rsiot-component-core/single-thread"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.async-trait] version = "0.1.77" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.reqwest] version = "0.11.23" features = ["json"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.rsiot-component-core] version = "0.0.71" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.rsiot-components-config] version = "0.0.70" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.rsiot-messages-core] version = "0.0.70" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.thiserror] version = "1.0.56" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.tokio] version = "^1.36.0" features = [ "macros", "sync", "rt", "time", ] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.tracing] version = "0.1.40" features = ["log"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dependencies.url] version = "2.5.0" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.rsiot-extra-components] version = "0.0.71" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.serde] version = "1.0.196" features = ["derive"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.serde_json] version = "1.0.113" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.tokio] version = "^1.36.0" features = [ "macros", "sync", "rt", "time", "rt-multi-thread", ] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "chrono", ]