oxide-sloc 1.6.13

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 = "2024"
rust-version = "1.95"
name = "oxide-sloc"
version = "1.6.13"
authors = ["Nima Shafie"]
build = "build.rs"
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",
    "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"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = []
native-dialog = ["sloc-web/native-dialog"]

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

[[bin]]
name = "oxide-sloc"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.23"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.globset]
version = "0.4"

[dependencies.lettre]
version = "0.11.22"
features = [
    "tokio1-rustls-tls",
    "builder",
    "smtp-transport",
]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls-no-provider",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sloc-config]
version = "1.6.13"

[dependencies.sloc-core]
version = "1.6.13"

[dependencies.sloc-git]
version = "1.6.13"

[dependencies.sloc-report]
version = "1.6.13"

[dependencies.sloc-web]
version = "1.6.13"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[target."cfg(windows)".dependencies.sloc-web]
version = "1.6.13"
features = ["native-dialog"]