ferris-files 0.1.2

A CLI to find large files
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 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 = "ferris-files"
version = "0.1.2"
authors = ["John Harrington"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to find large files"
readme = "README.md"
keywords = [
    "filesystem",
    "utility",
]
license = "MIT"
repository = "https://github.com/harr1424/ferris-files"

[profile.release]
lto = true
codegen-units = 1

[lib]
name = "ferris_files"
path = "src/lib.rs"

[[bin]]
name = "ferris-files"
path = "src/main.rs"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.5"

[dependencies.filesize]
version = "0.2.0"

[dependencies.indicatif]
version = "0.17"
features = ["rayon"]

[dependencies.libc]
version = "0.2.164"

[dependencies.log]
version = "0.4.22"

[dependencies.rayon]
version = "1.10.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = ["Win32_System_SystemInformation"]