# 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-bfg" version = "0.2.0" authors = ["Aster <192607617@qq.com>"] description = "Find largest files in git repo" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/git-bfg-cleaner" [package.metadata.wee] i = "cargo install --path ." p = "cargo publish --allow-dirty" t = "cargo test" [[bin]] name = "bfg" path = "src/main.rs" [dependencies.byte-unit] version = "4.0.13" [dependencies.clap] version = "3.0.13" [dependencies.git2] version = "0.13.25" [dependencies.project-root] version = "0.2.2" [dependencies.sorted-vec] version = "0.7.0" [dev-dependencies] [features] default = []