influxdb/influxdb_influxql_parser/Cargo.toml

18 lines
565 B
TOML
Raw Normal View History

[package]
name = "influxdb_influxql_parser"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
nom = { version = "7", default-features = false, features = ["std"] }
once_cell = "1"
chrono = { version = "0.4", default-features = false }
chrono-tz = { version = "0.8" }
workspace-hack = { path = "../workspace-hack" }
[dev-dependencies] # In alphabetical order
test_helpers = { path = "../test_helpers" }
assert_matches = "1"
insta = { version = "1.26.0", features = ["yaml"] }