# 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 = "git-disjoint" version = "0.10.207" authors = ["Eric Crosson "] build = "build.rs" exclude = [ "/.envrc", "/.github", "/.gitignore", "/.releaserc.json", "/CHANGELOG.md", "/flake.{lock,nix}", "/package*.json", "/rust-toolchain", "/assets", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to batch commits by issue into GitHub PRs" readme = "README.md" keywords = [ "cli", "git", "pull-request", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ericcrosson/git-disjoint" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "git-disjoint" path = "src/main.rs" [dependencies.clap] version = "=4.5.9" features = [ "cargo", "derive", "env", "wrap_help", ] [dependencies.git2] version = "=0.19.0" features = ["zlib-ng-compat"] default-features = false [dependencies.indexmap] version = "=2.2.6" [dependencies.indicatif] version = "=0.17.8" [dependencies.inquire] version = "=0.7.5" [dependencies.once_cell] version = "=1.19.0" [dependencies.open] version = "=5.3.0" [dependencies.parse-git-url] version = "=0.5.1" [dependencies.regex] version = "=1.10.5" [dependencies.reqwest] version = "=0.12.5" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.sanitize-git-ref] version = "=1.0.12" [dependencies.serde] version = "=1.0.204" features = ["derive"] [dependencies.serde_json] version = "=1.0.120" [dev-dependencies.proptest] version = "=1.5.0" [dev-dependencies.proptest-derive] version = "=0.5.0" [build-dependencies.clap] version = "=4.5.9" features = [ "cargo", "derive", "wrap_help", ] [build-dependencies.clap_complete] version = "=4.5.7" [build-dependencies.clap_mangen] version = "=0.2.22"