jaq-json 2.0.0

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

[features]
default = ["std"]
serde = ["serde_core"]
std = ["hifijson/std"]
sync = []

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

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

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

[dependencies.bstr]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.foldhash]
version = "0.1"
default-features = false

[dependencies.hifijson]
version = "0.5.0"
features = ["alloc"]
default-features = false

[dependencies.indexmap]
version = "2.0"
default-features = false

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

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

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.ryu]
version = "1.0.20"

[dependencies.self_cell]
version = "1.2.0"

[dependencies.serde_core]
version = "1.0.81"
features = ["alloc"]
optional = true
default-features = false

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