# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "unleash" version = "1.0.0-alpha.11" authors = ["Benjamin Kampmann "] exclude = [".gitignore", ".github/**"] description = "Tooling to manage releasing of crates in massiv workspaces/monorepos" homepage = "https://github.com/tetcoin/cargo-unleash" documentation = "https://docs.rs/unleash" readme = "Readme.md" keywords = ["cargo", "publishing", "unleash", "workspaces", "monorepo"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "GPL-3.0" repository = "https://github.com/tetcoin/cargo-unleash" [[bin]] name = "unleash" path = "src/main.rs" [dependencies.cargo] version = "0.50.0" [dependencies.cargo-readme] version = "3.2" optional = true [dependencies.flate2] version = "1.0.3" [dependencies.flexi_logger] version = "0.16" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4.8" [dependencies.petgraph] version = "0.5.0" [dependencies.regex] version = "1.4.1" [dependencies.semver] version = "0.10.0" [dependencies.sha1] version = "0.6" optional = true [dependencies.structopt] version = "0.3.9" [dependencies.tar] version = "0.4.26" [dependencies.toml_edit] version = "0.2.0" [features] default = [] gen-readme = ["cargo-readme", "lazy_static", "sha1"]