# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "diskspace" version = "0.5.0" authors = ["Eric Jackson "] description = "Friendly command line utility for finding the largest files and directories" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/swiftgist/diskspace" [lib] name = "ds" path = "src/lib.rs" doctest = false [[bin]] name = "ds" path = "src/main.rs" doctest = false [[bin]] name = "dsx" path = "learning/main.rs" doctest = false [dependencies.clap] version = "2" [dependencies.colored] version = "1.8" [dependencies.rayon] version = "1.0.3" [dependencies.tempdir] version = "0.3.7" [badges.travis-ci] repository = "swiftgist/diskspace"