paline 0.4.2

一个用 Rust 编写的代码行数统计命令行工具。递归扫描目录,按编程语言统计行数,并以彩色横向条形图在终端中可视化展示。
# 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"
rust-version = "1.85"
name = "paline"
version = "0.4.2"
authors = ["luxpapilio <258553125+luxpapilio@users.noreply.github.com>"]
build = false
exclude = [
    "docs/assets/icon.png",
    "docs/assets/运行示例.gif",
    "Cargo.toml.orig",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一个用 Rust 编写的代码行数统计命令行工具。递归扫描目录,按编程语言统计行数,并以彩色横向条形图在终端中可视化展示。"
readme = "README.md"
keywords = [
    "lines-of-code",
    "rust",
    "count",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/luxpapilio/lcount"

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

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

[dependencies.git2]
version = "0.18.2"

[dependencies.ignore]
version = "0.4"

[dependencies.memchr]
version = "2.6"

[dependencies.owo-colors]
version = "4"

[dependencies.rayon]
version = "1"

[dependencies.terminal_size]
version = "0.4"

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