# 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 = "sheepit" version = "0.3.1" description = "A simple rust tool for releasing projects 🚀" readme = "README.md" license = "MIT" repository = "https://github.com/ncipollo/sheepit" [dependencies.clap] version = "4.3.23" features = [ "derive", "string", ] [dependencies.clap_complete_command] version = "0.5.1" [dependencies.git2] version = "0.17.2" [dependencies.git2-ext] version = "0.6.0" [dependencies.itertools] version = "0.11.0" [dependencies.lenient_semver] version = "0.4.2" [dependencies.mockall_double] version = "0.3.0" [dependencies.parse-git-url] version = "0.5.1" [dependencies.semver] version = "1.0.18" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" features = ["full"] [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.7.6" [dev-dependencies]