# 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-superprune" version = "0.1.6" description = "A tool to prune merged remote branches from the local repository." readme = "README.md" license = "MIT" [dependencies.clap] version = "4.5.7" features = [ "derive", "color", "env", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.const_format] version = "0.2.32" [dependencies.git-version] version = "0.3.9" [dependencies.git2] version = "0.18.3" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.regex] version = "1.10.5" features = ["logging"] [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" features = [ "async-await", "release_max_level_info", ] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] [features] default = [] extended_tests = []