# 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 = "jfc" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for working with malformed JSON" documentation = "https://docs.rs/jfc/latest/jfc/" readme = "README.md" license = "MIT" repository = "https://github.com/mr-adult/JFC" [[bin]] name = "jfc" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.toy-json-formatter] version = "0.3" [lints.rust] unsafe_code = "forbid"