fallow-graph 2.44.2

Module graph construction and import resolution for fallow codebase intelligence
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 and import resolution for fallow codebase intelligence"
readme = "../../README.md"

[lib]
doctest = false

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

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

# Parallelism
rayon = { 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 }
tempfile = { workspace = true }
fallow-types = { workspace = true }
rustc-hash = { workspace = true }

[lints]
workspace = true