ru 0.1.13

A simple and easy-to-use cli tool inspired by du to find out the disk usage of files/directories.
# 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 = "2024"
name = "ru"
version = "0.1.13"
authors = ["Cristian Bilu <cristian@eptic.ro>"]
build = false
exclude = [
    ".github",
    "Makefile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and easy-to-use cli tool inspired by du to find out the disk usage of files/directories."
homepage = "https://eptic.ro/ru"
readme = "README.md"
keywords = [
    "du",
    "filesystem",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/wizzymore/ru"

[[bin]]
name = "ru"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.38"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "3.0.0"

[dependencies.humansize]
version = "2"

[dependencies.ignore]
version = "0.4.23"

[dependencies.rayon]
version = "1.10.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
]

[profile.dev]
opt-level = 1

[profile.release]
opt-level = "z"
lto = true
split-debuginfo = "packed"
panic = "abort"
incremental = true
strip = "symbols"