# 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 = "typos-json-to-checkstyle" version = "0.1.1" authors = ["Gavin Mogan "] exclude = ["sample.json"] description = "Quick cli to convert a json file generated by crate-ci/typos to checkstyle.xml" homepage = "https://github.com/halkeye/typos-json-to-checkstyle" keywords = ["cli", "typos", "checkstyle"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/halkeye/typos-json-to-checkstyle" resolver = "2" [[bin]] name = "typos-checkstyle" path = "src/main.rs" doc = false [dependencies.checkstyle_formatter] version = "1.0.2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.59"