# 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-prepublish" version = "0.1.5" authors = ["Leslie de Jager "] exclude = ["Cargo.toml.bak"] description = "A cargo plugin to help prepare a crate for publishing to Crates.io" homepage = "https://github.com/ZimboPro/cargo-prepublish" readme = "README.md" keywords = [ "cargo", "cargo-plugin", "prepublish", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/ZimboPro/cargo-prepublish" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.dotenvy] version = "0.15.6" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.read_input] version = "0.8.6" [dependencies.regex] version = "1.7.1" [dependencies.rustygit] version = "0.5.0" [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.7.2" [dependencies.toml_edit] version = "0.19.3"