rustloclib 0.8.0

A Rust-aware lines of code counter that separates code, tests, comments, and blanks
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"
name = "rustloclib"
version = "0.8.0"
authors = ["Arthur Debert"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-aware lines of code counter that separates code, tests, comments, and blanks"
readme = "README.md"
license = "MIT"
repository = "https://github.com/arthur-debert/rustloc"

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

[[example]]
name = "compare_warloc"
path = "examples/compare_warloc.rs"

[dependencies.cargo_metadata]
version = "0.18"

[dependencies.gix]
version = "0.68"
features = [
    "basic",
    "blob-diff",
]
default-features = false

[dependencies.glob]
version = "0.3"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.utf8-chars]
version = "3.0.6"

[dependencies.walkdir]
version = "2.5"

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