jsonc-parser 0.31.0

JSONC parser.
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 = "jsonc-parser"
version = "0.31.0"
authors = ["David Sherret <dsherret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSONC parser."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dprint/jsonc-parser"

[package.metadata.docs.rs]
all-features = true

[features]
cst = []
error_unicode_width = ["unicode-width"]
preserve_order = ["indexmap"]
serde = ["dep:serde"]
serde_json = ["dep:serde_json"]

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

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

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

[dependencies.indexmap]
version = "2.2.6"
optional = true

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.unicode-width]
version = "0.2.0"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.0.0"

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