# 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 = "2021" name = "jsonc-parser" version = "0.26.2" authors = ["David Sherret "] build = 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 [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_json] version = "1.0" optional = true [dependencies.unicode-width] version = "0.2.0" optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [features] cst = [] error_unicode_width = ["unicode-width"] preserve_order = [ "indexmap", "serde_json/preserve_order", ] serde = ["serde_json"]