dsq-parser 0.2.0

Parser for DSQ filter language that produces an AST
# 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 = "dsq-parser"
version = "0.2.0"
authors = ["Durable Programming LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for DSQ filter language that produces an AST"
readme = "README.md"
keywords = [
    "data",
    "jq",
    "query",
    "parser",
    "ast",
]
categories = [
    "parsing",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/durableprogramming/dsq"

[lib]
name = "dsq_parser"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dsq-shared]
version = "0.2.0"

[dependencies.indexmap]
version = "2.1"

[dependencies.nom]
version = "8.0"

[dependencies.num-bigint]
version = "0.4"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[lints.clippy]
nursery = "allow"
pedantic = "allow"

[lints.clippy.approx_constant]
level = "allow"
priority = 2

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 2