# 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 = "influxlp-tools" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Influx Line Protocol Tools is a simple parser and builder for InfluxDB v2 line protocol" homepage = "https://github.com/sbr075/influxlp-tools-rs" readme = "README.md" keywords = [ "influxdb", "influxdbv2", "line-protocol", "parser", "builder", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/sbr075/influxlp-tools-rs" [lib] name = "influxlp_tools" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.90" [dependencies.regex] version = "1.11.0" [dependencies.thiserror] version = "1.0.64"