# 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-caw-publish" version = "0.1.0" authors = ["Ramon Moraes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thin wrapper around `cargo publish` that verifies if a crate is publishable taking on account both version string and checksum." homepage = "https://github.com/rmoraes92/cargo-caw-publish" documentation = "https://docs.rs/cargo-caw-publish/latest/cargo-caw-publish/" readme = "README.md" license = "MIT" [lib] name = "cargo_caw_publish" path = "src/lib.rs" [[bin]] name = "cargo-caw-publish" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.cfo] version = "0.1.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.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.string_from] version = "0.1.0" [dependencies.toml] version = "0.8.19"