# 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 = "flf" version = "0.1.3" authors = ["Manfred Lotz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find largest files in directory trees." homepage = "https://codeberg.org/ManfredLotz/flf" readme = "README.md" keywords = [ "search", "find", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT/Apache-2.0" repository = "https://codeberg.org/ManfredLotz/flf" [[bin]] name = "flf" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete] version = "4.4" [dependencies.humansize] version = "2" [dependencies.litemap] version = "0.7.0" [dependencies.walkdir] version = "2.4.0"