qc-cli 0.3.0

qc is designed to give you an instant breakdown of your codebase composition. It uses Memory Mapping (Mmap) and Parallel Directory Walking to scan tens of thousands of files in milliseconds.
# 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 = "qc-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "qc is designed to give you an instant breakdown of your codebase composition. It uses Memory Mapping (Mmap) and Parallel Directory Walking to scan tens of thousands of files in milliseconds."
readme = "README.md"
license = "MIT"
repository = "https://github.com/toast1599/qc"

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

[dependencies.bytecount]
version = "0.6.9"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.ignore]
version = "0.4.25"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.18"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yml]
version = "0.0.12"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true