# 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 = "volu" version = "0.2.1" authors = ["Arian Mirahmadi "] exclude = ["bin/*", "release/*"] description = "Prints the size of the given directory, featuring the largest dirs" readme = "README.md" keywords = ["cli", "size", "du", "usage", "directory"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/thearian/volu" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.indicatif] version = "0.17.0-rc.6"