# 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 = "dust_style_filetree_display" version = "0.8.5" authors = [ "bootandy ", "nebkor ", ] description = "a rip off of dust's display, useful for applications that want dust's output style for some reason" readme = "README.md" keywords = [ "du", "command-line", "disk", "disk-usage", ] license = "Apache-2.0" repository = "https://git.emunest.net/rei-forks/dust_style_filetree_display" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.ansi_term] version = "0.12" [dependencies.atty] version = "0.2.14" [dependencies.lscolors] version = "0.13" [dependencies.regex] version = "1" [dependencies.stfu8] version = "0.2" [dependencies.terminal_size] version = "0.2" [dependencies.thousands] version = "0.2" [dependencies.unicode-width] version = "0.1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.tempfile] version = "=3" [target."cfg(windows)".dependencies.winapi-util] version = "0.1"