# 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 = "DiskAnalyzer" version = "1.1.1" description = "make diagram base on system folder size" readme = "README.md" keywords = [ "disk", "disk_analyzer", "rust_disk_analyze", "hard_drive", "size", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alirezasariri78/DiskAnalyzer" [[bin]] name = "diska" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.cli-table] version = "0.4" [dependencies.colored] version = "2.1.0" [dependencies.piechart] version = "1.0.0" [dependencies.rs-abbreviation-number] version = "0.2.1"