# 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 = "mqtt2influxdb" version = "0.1.2" authors = ["Wouter Geraedts "] exclude = ["/examples"] description = "CLI tool to push MQTT messages to InfluxDB2" homepage = "https://github.com/Wassasin/mqtt2influxdb" readme = "README.md" keywords = [ "influxdb", "mqtt", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Wassasin/mqtt2influxdb" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10" [dependencies.influxdb_rs] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rumqttc] version = "0.22" features = ["url"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.32" features = ["rt-multi-thread"] [dependencies.url] version = "2.4"