# 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 = "cargo-manifest-check" version = "0.1.0" build = false include = [ "/src", "/tests", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Check the formatting of your manifest files" readme = "README.md" keywords = [ "check", "dependencies", "sort", "lint", "manifest", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MPL-2.0" repository = "https://codeberg.org/AudaciousAxiom/cargo-manifest-check" [[bin]] name = "cargo-manifest-check" path = "src/main.rs" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.thiserror] version = "1.0.64" [dependencies.toml_edit] version = "0.22.22" features = ["parse"] default-features = false [dependencies.walkdir] version = "2.5.0" [dev-dependencies.dir-test] version = "0.3.0"