lines-cli 0.3.17

Counts lines of code, fast.
# 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 = "lines-cli"
version = "0.3.17"
authors = ["Ryan Fowler <ryan.fowler19@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Counts lines of code, fast."
readme = "README.md"
keywords = [
    "count",
    "lines",
    "lines-of-code",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ryanfowler/lines"

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

[dependencies.bytecount]
version = "0.6.9"

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

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.ignore]
version = "0.4.25"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.num-format]
version = "0.4.4"

[dependencies.regex]
version = "1.12.2"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tabled]
version = "0.20.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
strip = true