jsonb 0.5.6

JSONB implement in Rust.
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.85"
name = "jsonb"
version = "0.5.6"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSONB implement in Rust."
homepage = "https://github.com/databendlabs/jsonb"
readme = "README.md"
keywords = [
    "json",
    "jsonb",
    "jsonpath",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/databendlabs/jsonb"

[features]
arbitrary_precision = ["serde_json/arbitrary_precision"]
databend = []
default = [
    "databend",
    "preserve_order",
    "arbitrary_precision",
]
preserve_order = ["serde_json/preserve_order"]
sqlite = []

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

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

[[bench]]
name = "get_path"
path = "benches/get_path.rs"
harness = false

[[bench]]
name = "parser"
path = "benches/parser.rs"
harness = false

[[bench]]
name = "strip_nulls"
path = "benches/strip_nulls.rs"
harness = false

[dependencies.byteorder]
version = "1.5.0"

[dependencies.ethnum]
version = "1.5.2"

[dependencies.fast-float2]
version = "0.2.3"

[dependencies.itoa]
version = "1.0"

[dependencies.jiff]
version = "0.2.10"

[dependencies.nom]
version = "8.0.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.ordered-float]
version = "5.1.0"
default-features = false

[dependencies.rand]
version = "0.9.2"
features = ["small_rng"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[dependencies.zmij]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.goldenfile]
version = "1.8"

[dev-dependencies.json-deserializer]
version = "0.4.4"

[dev-dependencies.json-five]
version = "0.3.0"

[dev-dependencies.mockalloc]
version = "0.1.2"

[dev-dependencies.proptest]
version = "1.7"

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

[dev-dependencies.simd-json]
version = "0.15.0"