dua-cli 2.1.3

A tool to conveniently learn about the disk usage of directories, fast!
Documentation
# 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 = "dua-cli"
version = "2.1.3"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
include = ["src/**/*", "Cargo.toml"]
description = "A tool to conveniently learn about the disk usage of directories, fast!"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Byron/dua-cli"
[profile.release]
lto = true
panic = "unwind"
overflow-checks = false
incremental = false

[lib]
name = "dua"

[[bin]]
name = "dua"
path = "src/main.rs"
[dependencies.atty]
version = "0.2.11"

[dependencies.byte-unit]
version = "2.1.0"

[dependencies.failure]
version = "0.1.1"

[dependencies.failure-tools]
version = "4.0.2"

[dependencies.itertools]
version = "0.8.0"

[dependencies.jwalk]
version = "0.4.0"

[dependencies.log]
version = "0.4.6"

[dependencies.num_cpus]
version = "1.10.0"

[dependencies.open]
version = "1.2.2"

[dependencies.petgraph]
version = "0.4.13"

[dependencies.structopt]
version = "0.2.14"

[dependencies.termion]
version = "1.5.2"

[dependencies.tui]
version = "0.6.0"

[dependencies.tui-react]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1.3.0"
[dev-dependencies.pretty_assertions]
version = "0.6.1"