# 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 = "jfmt" version = "1.2.1" authors = ["Wes Van Melle "] include = ["src/main.rs", "Cargo.toml"] description = "jfmt is a command-line tool for formatting json files in both readable and\ncompact formats. It supports stdin/stdout shell usage, as well as working on\nfiles directly." homepage = "https://github.com/scruffystuffs/jfmt.rs" documentation = "https://github.com/scruffystuffs/jfmt.rs" readme = "README.md" keywords = ["json", "formatter", "cli"] categories = ["command-line-utilities", "text-processing"] license = "MIT" repository = "https://github.com/scruffystuffs/jfmt.rs" resolver = "2" [profile.release] lto = true [dependencies.clap] version = "3.0.14" features = ["cargo", "derive"] [dependencies.serde] version = "1.0.136" [dependencies.serde-transcode] version = "1.1.1" [dependencies.serde_json] version = "1.0.78"