diedeadcode 0.1.0

Conservative TypeScript dead code detection with transitive analysis and confidence scoring
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"
name = "diedeadcode"
version = "0.1.0"
authors = ["Dean"]
build = false
exclude = [
    "npm/",
    ".github/",
    "scripts/",
    "tests/",
    "benches/",
    ".gitignore",
    ".npmignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conservative TypeScript dead code detection with transitive analysis and confidence scoring"
homepage = "https://github.com/dean0x/diedeadcode"
documentation = "https://github.com/dean0x/diedeadcode#readme"
readme = "README.md"
keywords = [
    "typescript",
    "dead-code",
    "static-analysis",
    "lint",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/dean0x/diedeadcode"

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

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

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

[dependencies.colored]
version = "3"

[dependencies.dashmap]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.oxc]
version = "0.99"
features = ["full"]

[dependencies.rayon]
version = "1.11"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"

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

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

[profile.release]
lto = true
codegen-units = 1
panic = "abort"