# 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-validate" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "verify everything is correct about your package before publishing" readme = "README.md" keywords = [ "cargo", "validation", "publishing", "package", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "http://github.com/themackabu/cargo-validate" [[bin]] name = "cargo-validate" path = "cli.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.home] version = "0.5.9" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", "rustls-tls", ] [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.128" [dependencies.toml] version = "0.8.19" [dependencies.toml_edit] version = "0.22.21"