codelens-core 0.0.2

Core library for codelens - high performance code statistics tool
Documentation
# 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 = "2021"
rust-version = "1.85"
name = "codelens-core"
version = "0.0.2"
authors = ["Tiger <DropFan@Gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for codelens - high performance code statistics tool"
homepage = "https://github.com/DropFan/codelens"
documentation = "https://docs.rs/codelens-core"
readme = "README.md"
keywords = [
    "code",
    "statistics",
    "lines",
    "count",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/DropFan/codelens.git"

[lib]
name = "codelens_core"
path = "src/lib.rs"

[dependencies.askama]
version = "0.12"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.colored]
version = "2"

[dependencies.comfy-table]
version = ">=7, <7.2"

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

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.num_cpus]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"