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 = "2024"
name = "jsonrs"
version = "1.5.0"
authors = ["Saúl Valdelvira <saul@saulv.es>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Json parser"
readme = "README"
license = "GPL-3.0-only"
repository = "https://github.com/saulvaldelvira/json.rs"

[features]
bindings = ["dep:cbindgen"]
default = ["std"]
std = []

[lib]
name = "json"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

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

[[bench]]
name = "bench"
path = "benches/bench.rs"

[build-dependencies.cbindgen]
version = ">=0.24.0"
optional = true
default-features = false