# 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-is-version-published" version = "0.2.0" authors = ["Ramon Moraes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a cargo command to check if a Cargo.toml version was published without panic." homepage = "https://github.com/rmoraes92/cargo-is-version-published" documentation = "https://docs.rs/cargo-is-version-published/latest/cargo-is-version-published/" readme = "README.md" license = "MIT" [[bin]] name = "cargo-is-version-published" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.cfo] version = "0.1.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.sha256] version = "1.5.0" [dependencies.toml] version = "0.8.19"