ksql 2.0.0

A JSON data expression lexer, parser, cli and library
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"
name = "ksql"
version = "2.0.0"
authors = ["Dean Karn <dean.karn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JSON data expression lexer, parser, cli and library"
readme = "README.md"
keywords = [
    "json",
    "expression",
    "parser",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-playground/ksql"

[lib]
name = "ksql"
path = "src/lib.rs"
bench = false

[[bin]]
name = "ksql"
path = "src/bin/ksql.rs"

[[example]]
name = "custom_coercion"
path = "examples/custom_coercion.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.anydate]
version = "0.5.0"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.gjson]
version = "0.8.1"

[dependencies.memchr]
version = "2.7.6"

[dependencies.memmap2]
version = "0.9.9"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true