jaq-std 2.0.0-alpha

Standard library for jaq
Documentation
[dependencies.aho-corasick]
optional = true
version = "1.0"

[dependencies.base64]
optional = true
version = "0.22"

[dependencies.chrono]
default-features = false
features = ["alloc"]
optional = true
version = "0.4.38"

[dependencies.hifijson]
optional = true
version = "0.2.0"

[dependencies.jaq-core]
version = "2.0.0-alpha"

[dependencies.libm]
optional = true
version = "0.2.7"

[dependencies.log]
optional = true
version = "0.4.17"

[dependencies.regex]
optional = true
version = "1.9"

[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"]
std = []
time = ["chrono"]

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

[package]
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
autobenches = false
autobins = false
autoexamples = 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.63"
version = "2.0.0-alpha"

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

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