# 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" rust-version = "1.65.0" name = "git-stack" version = "0.10.17" include = [ "build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "Stacked branch management for Git" documentation = "https://github.com/gitext-rs/git-stack.git" readme = "README.md" keywords = [ "git", "cli", ] categories = [ "command-line-interface", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-stack.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 1 replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "...{{tag_name}}" search = '\.\.\.HEAD' [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 1 replace = "{{date}}" search = "ReleaseDate" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ ## [Unreleased] - ReleaseDate """ search = "" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ [Unreleased]: https://github.com/gitext-rs/git-stack/compare/{{tag_name}}...HEAD""" search = "" [dependencies.anstream] version = "0.3.2" [dependencies.anstyle] version = "1.0.0" [dependencies.bstr] version = "1.5.0" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.colorchoice-clap] version = "1.0.0" [dependencies.downcast-rs] version = "1.2.0" [dependencies.elsa] version = "1.8.1" [dependencies.env_logger] version = "0.10" features = ["color"] default-features = false [dependencies.eyre] version = "0.6" [dependencies.git-branch-stash] version = "0.10.0" [dependencies.git-config-env] version = "0.1" [dependencies.git2] version = "0.17" features = ["vendored-libgit2"] default-features = false [dependencies.git2-ext] version = "0.6.0" [dependencies.human-panic] version = "1" [dependencies.humantime] version = "2" [dependencies.ignore] version = "0.4" [dependencies.indexmap] version = "1" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1" [dependencies.names] version = "0.14.0" default-features = false [dependencies.petgraph] version = "0.6.3" [dependencies.proc-exit] version = "2" [dependencies.shlex] version = "1.1.0" [dependencies.termtree] version = "0.4" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.git-fixture] version = "0.3" features = ["yaml"] [dev-dependencies.snapbox] version = "0.4.11" features = [ "cmd", "path", ]