sloc-languages 1.5.64

Source line analysis tool with CLI, web UI, HTML/PDF reports, and CI/CD integration
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-languages"
version = "1.5.64"
authors = ["Nima Shafie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source line analysis tool with CLI, web UI, HTML/PDF reports, and CI/CD integration"
homepage = "https://github.com/oxide-sloc/oxide-sloc"
documentation = "https://docs.rs/oxide-sloc"
readme = "README.md"
keywords = [
    "sloc",
    "code-analysis",
    "cli",
    "static-analysis",
    "metrics",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/oxide-sloc/oxide-sloc"

[features]
tree-sitter = [
    "dep:tree-sitter",
    "dep:tree-sitter-c",
    "dep:tree-sitter-python",
]

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

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

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

[dependencies.tree-sitter]
version = "0.26"
optional = true

[dependencies.tree-sitter-c]
version = "0.24"
optional = true

[dependencies.tree-sitter-python]
version = "0.25"
optional = true

[build-dependencies]