nodejs_package_graph 0.3.4

A workspace-based package graph for Node.js packages.
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 = "nodejs_package_graph"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A workspace-based package graph for Node.js packages."
readme = false
license = "MIT"
repository = "https://github.com/milesj/rust-js-ecosystem"
resolver = "2"

[features]
default = []
miette = [
    "dep:miette",
    "nodejs_package_json/miette",
    "starbase_utils/miette",
]

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

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

[dependencies.clean-path]
version = "0.2.1"

[dependencies.miette]
version = "7.6.0"
optional = true

[dependencies.nodejs_package_json]
version = "0.4.9"
features = ["protocols"]

[dependencies.nodejs_package_managers]
version = "0.3.4"

[dependencies.petgraph]
version = "0.8.3"
features = ["serde-1"]
default-features = false

[dependencies.starbase_utils]
version = "0.13.6"
features = [
    "glob",
    "json",
    "yaml",
]
default-features = false

[dependencies.thiserror]
version = "^2"

[dev-dependencies.starbase_sandbox]
version = "0.11.0"