[dependencies.aho-corasick]
optional = true
version = "1.0"
[dependencies.base64]
optional = true
version = "0.22"
[dependencies.bstr]
version = "1"
[dependencies.jaq-core]
version = "3.0.0-alpha"
[dependencies.jiff]
optional = true
version = "0.2.15"
[dependencies.libm]
optional = true
version = "0.2.7"
[dependencies.log]
optional = true
version = "0.4.17"
[dependencies.regex-bites]
optional = true
version = "0.1"
[dependencies.urlencoding]
optional = true
version = "2.1.3"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["std", "format", "log", "math", "regex", "time"]
format = ["aho-corasick", "base64", "urlencoding"]
math = ["libm"]
regex = ["regex-bites"]
std = []
time = ["jiff"]
[lib]
name = "jaq_std"
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
description = "Standard library for jaq"
edition = "2021"
keywords = ["json", "query", "jq"]
license = "MIT"
name = "jaq-std"
readme = "README.md"
repository = "https://github.com/01mf02/jaq"
rust-version = "1.70"
version = "3.0.0-alpha"
[[test]]
name = "defs"
path = "tests/defs.rs"
[[test]]
name = "funs"
path = "tests/funs.rs"