# 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 = "ingics" version = "0.1.2" authors = ["Philipp Marmet "] description = "This crate provides a parser for various Ingics iBS Sensors." readme = "README.md" keywords = [ "sensor", "parser", "Ingics", ] categories = ["parser-implementations"] license-file = "LICENSE.txt" repository = "https://github.com/fujexo/rs-ingics" [dependencies.chrono] version = "0.4.22" [dependencies.influxdb] version = "0.7.0" features = ["derive"] [dependencies.log] version = "0.4.17" [dev-dependencies.bluer] version = "0.15.0" features = ["full"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.influxdb] version = "0.7.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] full = ["influxdb"] influxdb = []