# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dprint-plugin-jsonc" version = "0.7.4" authors = ["David Sherret "] description = "JSON formatter for dprint." homepage = "https://github.com/dprint/dprint-plugin-json" keywords = ["formatting", "formatter", "json", "jsonc"] license = "MIT" repository = "https://github.com/dprint/dprint-plugin-json" [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false panic = "abort" overflow-checks = false [lib] crate-type = ["lib", "cdylib"] [dependencies.dprint-core] version = "0.35.0" features = ["formatting"] [dependencies.jsonc-parser] version = "0.15.0" [dependencies.serde] version = "1.0.88" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.debug-here] version = "0.2" [dev-dependencies.dprint-development] version = "0.2.2" [features] wasm = ["serde_json", "dprint-core/wasm"]