# 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 = "count-files" version = "0.2.0" authors = ["Yin Guobing "] description = "Count files by extension." homepage = "https://github.com/yinguobing/count-files" documentation = "https://github.com/yinguobing/count-files" keywords = ["count-files"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yinguobing/count-files" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.comfy-table] version = "5.0.1" [dependencies.indicatif] version = "0.16.2"