qc-cli 0.5.5

qc is designed to give you an instant breakdown of your codebase composition using Mmap and Parallel Directory Walking.
# 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.5.5"
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 using Mmap and Parallel Directory Walking."
readme = "README.md"
keywords = [
    "cli",
    "metrics",
    "code-analysis",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
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.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[profile.dist]
lto = "thin"
inherits = "release"

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