datafusion-functions-json 0.53.0

JSON functions for DataFusion
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.88.0"
name = "datafusion-functions-json"
version = "0.53.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON functions for DataFusion"
readme = "README.md"
keywords = [
    "datafusion",
    "JSON",
    "SQL",
]
categories = [
    "database-implementations",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"

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

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

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

[dependencies.datafusion]
version = "53.0.0"
features = ["sql"]
default-features = false

[dependencies.jiter]
version = "0.13.0"

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1"

[dev-dependencies.codspeed-criterion-compat]
version = "2.6"

[dev-dependencies.datafusion]
version = "53.0.0"
features = [
    "nested_expressions",
    "sql",
]
default-features = false

[dev-dependencies.tokio]
version = "1.43"
features = ["full"]

[lints.clippy]
dbg_macro = "deny"
print_stdout = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1