# 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 = "influxdb-line-protocol" version = "2.0.0" authors = ["InfluxDB IOx Project Developers"] description = "InfluxDB line protocol parser and builder." homepage = "https://github.com/influxdata/influxdb_iox/tree/main/influxdb_line_protocol" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/influxdata/influxdb_iox/tree/main/influxdb_line_protocol" [dependencies.bytes] version = "1.5" [dependencies.log] version = "0.4.20" [dependencies.nom] version = "7" features = ["std"] default-features = false [dependencies.smallvec] version = "1.11.1" features = ["union"] [dependencies.snafu] version = "0.7" [dev-dependencies]