# 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 = "2018" name = "git-bonsai" version = "0.3.0" authors = ["Aurélien Gâteau "] description = "Command-line tool to clean the branches of your git garden" homepage = "https://github.com/agateau/git-bonsai" documentation = "https://github.com/agateau/git-bonsai" readme = "README.md" keywords = [ "git", "clean", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0+" repository = "https://github.com/agateau/git-bonsai" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" [dependencies.structopt] version = "0.3.26" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.claim] version = "0.5.0" [dev-dependencies.predicates] version = "2.1.1"