swt 1.1.0

🍬 Sweet: A blazing-fast code health and architecture analyzer.
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"
name = "swt"
version = "1.1.0"
authors = ["SirCesarium <contact.cesarmarcano@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🍬 Sweet: A blazing-fast code health and architecture analyzer."
homepage = "https://github.com/SirCesarium/sweet"
readme = "README.md"
keywords = [
    "cli",
    "static-analysis",
    "code-quality",
    "metrics",
    "architecture",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/SirCesarium/sweet"

[features]
schema = ["schemars"]
schemars = ["dep:schemars"]

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

[[bin]]
name = "swt"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.console]
version = "0.16.3"

[dependencies.human_bytes]
version = "0.4.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.indicatif]
version = "0.18.4"
features = ["rayon"]

[dependencies.memmap2]
version = "0.9.10"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.schemars]
version = "1.2.1"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"