# 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] name = "git-clean" version = "0.8.0" authors = ["Matt Casper "] autotests = false description = "A tool for cleaning old git branches." homepage = "https://github.com/mcasper/git-clean" documentation = "https://github.com/mcasper/git-clean" readme = "README.md" license = "MIT" repository = "https://github.com/mcasper/git-clean" [[test]] name = "tests" [dependencies.clap] version = "2.33.1" [dependencies.regex] version = "1.6" [dev-dependencies.tempdir] version = "0.3"