# 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 = "json-repair" version = "0.4.0" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A well tested crate for repairing malformed JSON strings and repairing/parsing them into valid JSON values" readme = "README.md" keywords = [ "json", "repair", "parsing", "text", "serde", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "json_repair" path = "src/lib.rs" [dependencies.error-tree] version = "0.6.0" [dependencies.export-magic] version = "0.3.6" [dependencies.json5] version = "0.4.1" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.traced-test] version = "1.0.2" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-setup] version = "1.0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "std", "env-filter", ] default-features = false