jaq-core 2.2.0

Interpreter for the jaq language
Documentation
[dependencies.arbitrary]
optional = true
version = "1.4"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.once_cell]
version = "1.16.0"

[dependencies.typed-arena]
version = "2.0.2"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["std"]
std = []

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

[package]
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "compilers"]
description = "Interpreter for the jaq language"
edition = "2021"
keywords = ["json", "query", "jq"]
license = "MIT"
name = "jaq-core"
readme = "README.md"
repository = "https://github.com/01mf02/jaq"
rust-version = "1.63"
version = "2.2.0"

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

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