influxdb/influxdb_line_protocol/Cargo.toml

16 lines
489 B
TOML
Raw Normal View History

[package]
name = "influxdb_line_protocol"
version = "0.1.0"
authors = ["Paul Dix <paul@pauldix.net>"]
2021-10-25 08:45:44 +00:00
edition = "2021"
[dependencies] # In alphabetical order
nom = { version = "7", default-features = false, features = ["std"] }
smallvec = { version = "1.9.0", features = ["union"] }
2022-01-11 19:22:36 +00:00
snafu = "0.7"
observability_deps = { path = "../observability_deps" }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
2021-10-25 08:45:44 +00:00
test_helpers = { path = "../test_helpers" }