scopeql-parser 0.2.0

A parser for ScopeQL queries and commands.
Documentation
# 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 = "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"