# 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] edition = "2018" name = "dutree" version = "0.2.18" authors = ["nacho "] exclude = ["test/*"] description = "Command line tool to analyze disk usage" homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/nachoparker/dutree" [dependencies.getopts] version = "0.2.21" [dependencies.regex] version = "1.3.9" [dependencies.signal-hook] version = "0.1.10" [dependencies.terminal_size] version = "0.1.8" [dependencies.unicode-segmentation] version = "1.2.0" [dependencies.unicode-width] version = "0.1.1"