# 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 = "2021" name = "yarn-lock-parser" version = "0.7.0" authors = [ "Roberto Huertas ", "Riccardo Attilio Galli ", ] exclude = [ ".github/*", "tests/*", ] description = "yarn.lock parser" readme = "README.md" keywords = [ "yarn", "parser", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/robertohuertasm/yarn-lock-parser" [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.40" [badges.maintenance] status = "actively-developed"