dprint-plugin-json 0.21.2

JSON formatter for dprint.
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 = "dprint-plugin-json"
version = "0.21.2"
authors = ["David Sherret <dsherret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON formatter for dprint."
homepage = "https://github.com/dprint/dprint-plugin-json"
readme = "README.md"
keywords = [
    "formatting",
    "formatter",
    "json",
    "jsonc",
]
license = "MIT"
repository = "https://github.com/dprint/dprint-plugin-json"

[features]
tracing = ["dprint-core/tracing"]
wasm = [
    "serde_json",
    "dprint-core/wasm",
]

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

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

[dependencies.anyhow]
version = "1.0.64"

[dependencies.dprint-core]
version = "0.67.4"
features = ["formatting"]

[dependencies.dprint-core-macros]
version = "0.1.0"

[dependencies.jsonc-parser]
version = "0.31.0"
features = ["error_unicode_width"]

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

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

[dependencies.text_lines]
version = "0.6.0"

[dev-dependencies.debug-here]
version = "0.2"

[dev-dependencies.dprint-development]
version = "0.10.2"

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

[profile.release]
opt-level = 3
lto = true
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false