[package]
edition = "2024"
rust-version = "1.90.0"
name = "scopeql-parser"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for ScopeQL queries and commands."
homepage = "https://github.com/scopedb/scopeql"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/scopedb/scopeql"
[features]
command = []
default = []
[lib]
name = "scopeql_parser"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.logos]
version = "0.16.0"
[dev-dependencies.comfy-table]
version = "7.2.1"
[dev-dependencies.insta]
version = "1.45.0"
[lints.clippy]
dbg_macro = "deny"
[lints.rust]
unknown_lints = "deny"
unused_must_use = "deny"