du-dust 0.3.1

A more intuitive version of du
# 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 = "du-dust"
version = "0.3.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
description = "A more intuitive version of du"
homepage = "https://github.com/bootandy/dust"
documentation = "https://github.com/bootandy/dust"
keywords = ["du", "command-line", "disk", "disk-usage"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/bootandy/dust"

[[bin]]
name = "dust"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.11"

[dependencies.assert_cli]
version = "0.5"

[dependencies.clap]
version = "2.31"

[dependencies.tempfile]
version = "3"

[dependencies.walkdir]
version = "2"
[badges.travis-ci]
repository = "https://travis-ci.org/bootandy/dust"