json-strip-comments 3.1.1

Strip comments from JSON
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"
rust-version = "1.85.0"
name = "json-strip-comments"
version = "3.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strip comments from JSON"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oxc-project/json-strip-comments"
resolver = "2"

[features]
codspeed = ["criterion2/codspeed"]

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

[[example]]
name = "example"
path = "examples/example.rs"

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

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

[dependencies.memchr]
version = "2.7.5"

[dev-dependencies.criterion2]
version = "3.0.2"
default-features = false

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