# 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 = "dirsize" version = "0.5.0" authors = ["Edvinas Adomaitis "] description = "Disk usage scanner with an navigable TUI for displaying directory/file sizes" readme = "README.md" license = "MIT" repository = "https://github.com/t4skmanag3r/dirsize" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.crossterm] version = "0.26.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.opener] version = "0.5.2" [dependencies.rayon] version = "1.7.0"