nodejs_package_managers 0.3.4

Helpers for npm, pnpm, yarn, and bun package managers.
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_managers"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for npm, pnpm, yarn, and bun package managers."
readme = false
license = "MIT"
repository = "https://github.com/milesj/rust-js-ecosystem"
resolver = "2"

[features]
default = []

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

[dependencies.package-lock-json-parser]
version = "0.4.0"

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.serde]
version = "^1"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.yarn-lock-parser]
version = "0.14.0"