# 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 = "durt" version = "1.0.3" authors = ["CauĂȘ Baasch de Souza "] description = "Command line tool for calculating the size of files and directories" readme = "README.md" keywords = ["cli", "file", "size", "disk", "usage"] categories = ["command-line-interface", "command-line-utilities", "filesystem"] license = "GPL-3.0+" repository = "https://github.com/cauebs/durt" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "=3.0.0-beta.5" features = ["derive", "color", "suggestions"] [dependencies.number_prefix] version = "0.4.0" [dependencies.tabular] version = "0.1.4" [dependencies.walkdir] version = "2.3.1" [dependencies.wild] version = "2.0.4"