cql2 0.5.3

Parse, validate, and convert Common Query Language (CQL2) text and JSON
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 = "2021"
name = "cql2"
version = "0.5.3"
authors = [
    "David Bitner <bitner@dbspatial.com>",
    "Pete Gadomski <pete.gadomski@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse, validate, and convert Common Query Language (CQL2) text and JSON"
homepage = "https://github.com/developmentseed/cql2-rs"
documentation = "https://docs.rs/cql2"
readme = "README.md"
keywords = ["cql2"]
license = "MIT"
repository = "https://github.com/developmentseed/cql2-rs"

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

[[test]]
name = "ogc_tests"
path = "tests/ogc_tests.rs"

[[test]]
name = "operators_duckdb"
path = "tests/operators_duckdb.rs"

[[test]]
name = "operators_filter"
path = "tests/operators_filter.rs"

[[test]]
name = "reduce_tests"
path = "tests/reduce_tests.rs"

[dependencies.geo]
version = "0.31.0"

[dependencies.geo-types]
version = "0.7.17"

[dependencies.geojson]
version = "0.24.1"

[dependencies.geozero]
version = "0.14.0"

[dependencies.jiff]
version = "0.2.15"

[dependencies.json_dotpath]
version = "1.1.0"

[dependencies.jsonschema]
version = "0.33.0"
default-features = false

[dependencies.lazy_static]
version = "1.5"

[dependencies.like]
version = "0.3.1"

[dependencies.pest]
version = "2.8.1"

[dependencies.pest_derive]
version = "2.8.1"
features = ["grammar-extras"]

[dependencies.pg_escape]
version = "0.1.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.143"
features = ["preserve_order"]

[dependencies.sqlparser]
version = "0.58.0"
features = ["visitor"]

[dependencies.thiserror]
version = "2.0.16"

[dependencies.unaccent]
version = "0.1.0"

[dependencies.wkt]
version = "0.14.0"

[dev-dependencies.assert-json-diff]
version = "2"

[dev-dependencies.duckdb]
version = "1.3.2"
features = ["bundled"]

[dev-dependencies.rstest]
version = "0.26.1"

[profile.release]
opt-level = "s"