oxide-sloc 1.5.4

Source line analysis tool with CLI, web UI, HTML/PDF reports, and CI/CD integration
# 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 = "oxide-sloc"
version = "1.5.4"
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",
    "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]
default = []
native-dialog = ["sloc-web/native-dialog"]

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.globset]
version = "0.4"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1"

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

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

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

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

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

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

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

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