rustloc 0.8.2

CLI tool for counting lines of code in Rust projects with test/code separation
# 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.8.2"
authors = ["Arthur Debert"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for counting lines of code in Rust projects with test/code separation"
readme = "README.md"
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.8.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.standout]
version = "6.0.1"

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