[[bench]]
harness = false
name = "sniffy_benchmarks"
path = "benches/sniffy_benchmarks.rs"
[[bin]]
name = "sniffy"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.comfy-table]
version = "7"
[dependencies.git2]
version = "0.18"
[dependencies.ignore]
version = "0.4"
[dependencies.rayon]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "sniffy"
path = "src/lib.rs"
[package]
authors = ["Domenico Cerasuolo <lelloman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A blazingly fast source code lines counter with git history analysis, supporting 33+ languages"
documentation = "https://docs.rs/sniffy"
edition = "2021"
homepage = "https://github.com/lelloman/sniffy"
keywords = ["cli", "loc", "cloc", "sloc", "git"]
license = "MIT OR Apache-2.0"
name = "sniffy"
readme = "README.md"
repository = "https://github.com/lelloman/sniffy"
version = "1.0.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"