jaq-std 3.0.0

Standard library for jaq
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.70"
name = "jaq-std"
version = "3.0.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library for jaq"
readme = "README.md"
keywords = [
    "json",
    "query",
    "jq",
]
license = "MIT"
repository = "https://github.com/01mf02/jaq"

[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"

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

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

[dependencies.aho-corasick]
version = "1.0"
optional = true

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

[dependencies.bstr]
version = "1"

[dependencies.jaq-core]
version = "3.0.0"

[dependencies.jiff]
version = "0.2.15"
optional = true

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

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

[dependencies.regex-bites]
version = "0.1"
optional = true

[dependencies.urlencoding]
version = "2.1.3"
optional = true

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