# 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 = "j5j" version = "0.2.0" description = "A bare-bones tool for converting JSON5 to plain JSON." readme = "README.md" keywords = [ "json5", "json", "translate", "convert", ] license = "ISC" repository = "https://github.com/olix0r/j5j" resolver = "2" [dependencies.clap] version = "3" features = [ "derive", "env", "std", ] [dependencies.json5] version = "0.4" [dependencies.serde_json] version = "1"