loc_counter 0.1.1

A fast lines of code counter
# 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 = "loc_counter"
version = "0.1.1"
authors = ["Aditya Mandal <mandaladitya1614@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast lines of code counter"
homepage = "https://github.com/Aditya-1304/loc-counter"
readme = "README.md"
keywords = [
    "cli",
    "loc",
    "lines-of-code",
    "code-counter",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Aditya-1304/loc-counter"

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

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

[dependencies.colored]
version = "3.1.1"

[dependencies.ignore]
version = "0.4.25"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.149"