sloc-config 1.5.74

Configuration schema, TOML parsing, and CLI flag types for oxide-sloc
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"
rust-version = "1.95"
name = "sloc-config"
version = "1.5.74"
authors = ["Nima Shafie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration schema, TOML parsing, and CLI flag types for oxide-sloc"
homepage = "https://github.com/oxide-sloc/oxide-sloc"
documentation = "https://docs.rs/oxide-sloc"
readme = "README.md"
keywords = [
    "sloc",
    "code-analysis",
    "mcp",
    "static-analysis",
    "metrics",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::testing",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/oxide-sloc/oxide-sloc"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.toml]
version = "1.1"

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

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