codelens 0.0.2

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "string",
]

[dependencies.codelens-core]
version = "0.0.2"

[dependencies.colored]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.num_cpus]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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