# 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" name = "git-trim" version = "0.4.4" authors = ["SeongChan Lee "] build = "build.rs" default-run = "git-trim" description = "Automatically trims your tracking branches whose upstream branches are merged or stray" readme = "README.md" keywords = [ "git", "branch", "prune", "trim", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/foriequal0/git-trim" [[bin]] name = "build-man" required-features = ["build-man"] [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.dialoguer] version = "0.10.2" [dependencies.env_logger] version = "0.10.0" [dependencies.git2] version = "0.15.0" [dependencies.log] version = "0.4.17" [dependencies.man] version = "0.3.0" optional = true [dependencies.paw] version = "1.0.0" [dependencies.rayon] version = "1.6.0" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.tempfile] version = "3.3.0" [build-dependencies.vergen] version = "7.4.4" [features] build-man = ["man"]