fallow-core 0.3.0

Core analysis engine for the fallow dead code 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 = "fallow-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core analysis engine for the fallow dead code analyzer"
readme = false
license = "MIT"
repository = "https://github.com/fallow-rs/fallow"
resolver = "2"

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

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

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

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

[[bench]]
name = "analysis"
path = "benches/analysis.rs"
harness = false

[dependencies.bincode]
version = "2"

[dependencies.dashmap]
version = "6"

[dependencies.fallow-config]
version = "0.3.0"

[dependencies.fixedbitset]
version = "0.5"

[dependencies.globset]
version = "0.4"
features = ["serde1"]

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.oxc_allocator]
version = "0.120"

[dependencies.oxc_ast]
version = "0.120"

[dependencies.oxc_ast_visit]
version = "0.120"

[dependencies.oxc_parser]
version = "0.120"

[dependencies.oxc_resolver]
version = "11"

[dependencies.oxc_span]
version = "0.120"

[dependencies.oxc_syntax]
version = "0.120"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

[dev-dependencies.toml]
version = "1.0"

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