qql-core 0.1.2

Parser, typed AST, validation, and transformations for the Qdrant Query Language
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"
rust-version = "1.90"
name = "qql-core"
version = "0.1.2"
authors = ["Srimon Danguria <srimon12mckv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser, typed AST, validation, and transformations for the Qdrant Query Language"
homepage = "https://github.com/srimon12/qql-rs"
documentation = "https://docs.rs/qql-core"
readme = "README.md"
keywords = [
    "qql",
    "qdrant",
    "parser",
    "query-language",
    "vector-search",
]
categories = [
    "parser-implementations",
    "database",
]
license = "MIT"
repository = "https://github.com/srimon12/qql-rs"

[features]
default = []
json = [
    "serde",
    "dep:serde_json",
]
serde = ["dep:serde"]
std = []

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

[dependencies.pest]
version = "2.8.6"
default-features = false

[dependencies.pest_derive]
version = "2.8.6"
default-features = false

[dependencies.phf]
version = "0.11"
features = ["macros"]

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

[dependencies.serde_json]
version = "1"
features = ["alloc"]
optional = true
default-features = false