# 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 = "2018" name = "defmt-influx" version = "0.1.1" authors = ["Mia Metzler "] description = "Pipes defmt logs received from a TCP interface to InfluxDB" readme = "README.md" keywords = [ "cli", "embedded", "defmt", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license-file = "README.md" repository = "https://github.com/miathedev/defmt-influx" [dependencies.anyhow] version = "1.0.43" [dependencies.ctrlc] version = "3.1.7" [dependencies.defmt-decoder] version = "=0.3.0" features = ["unstable"] [dependencies.futures] version = "0.3" [dependencies.influxdb2] version = "0.3" [dependencies.influxdb2-structmap] version = "0.2" [dependencies.log] version = "0.4.14" [dependencies.num-traits] version = "0.2" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]