[package]
edition = "2024"
name = "yarn-lock-parser"
version = "0.14.0"
authors = [
"Roberto Huertas <roberto.huertas@outlook.com>",
"Riccardo Attilio Galli <riccardo@sideralis.org>",
]
build = false
exclude = [
".github/*",
"tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "yarn.lock parser"
readme = "README.md"
keywords = [
"yarn",
"parser",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/robertohuertasm/yarn-lock-parser"
[badges.maintenance]
status = "actively-developed"
[lib]
name = "yarn_lock_parser"
path = "src/lib.rs"
[dependencies.nom]
version = "8.0.0"
[dependencies.nom-language]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0.17"