fallow-graph 1.1.0

Module graph construction, resolution, and project state for the fallow dead code analyzer
Documentation
[package]
name = "fallow-graph"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Module graph construction, resolution, and project state for the fallow dead code analyzer"
readme = "../../README.md"

[dependencies]
fallow-types = { workspace = true }
fallow-config = { workspace = true }

# Resolution
oxc_resolver = { workspace = true }
oxc_span = { workspace = true }

# Parallelism
rayon = { workspace = true }

# Concurrent data structures
dashmap = { workspace = true }

# File system (glob matching for dynamic import patterns)
globset = { workspace = true }

# Graph
fixedbitset = { workspace = true }

# Hashing
rustc-hash = { workspace = true }

# Logging
tracing = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }
fallow-types = { workspace = true }
rustc-hash = { workspace = true }

[lints]
workspace = true