rustloc 0.13.0

Rust-aware LOC counter that separates production code from tests — even in the same file
# 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 = "rustloc"
version = "0.13.0"
authors = ["Arthur Debert"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-aware LOC counter that separates production code from tests — even in the same file"
homepage = "https://github.com/arthur-debert/rustloc"
readme = "README.md"
keywords = [
    "loc",
    "lines-of-code",
    "code-counter",
    "rust",
    "test-separation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/arthur-debert/rustloc"

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

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.console]
version = "0.15"

[dependencies.rustloclib]
version = "0.13.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.standout]
version = "7.0.0"

[dev-dependencies.serde_json]
version = "1.0"