package-parser

Crates.iopackage-parser
lib.rspackage-parser
version0.1.0
created_at2025-06-26 17:12:41.742705+00
updated_at2025-06-26 17:12:41.742705+00
descriptionA fast, multi-language package metadata extractor written in Rust, designed for SCA purpose.
homepage
repository
max_upload_size
id1727573
size281,426
(openparser1974)

documentation

README

package-parser

A fast and extensible tool written in Rust for extracting dependency and metadata information from a wide range of programming language package managers. Ideal for Software Composition Analysis (SCA), and more.

✨ Features

  • ⚡ High performance, memory-safe, and parallelizable (thanks to Rust)
  • 🌍 Supports dozens of ecosystems and formats
  • 🧩 Easily embeddable as a Rust library
  • 🛠️ Suitable for SCA, SBOM generation, and reachability analysis

📦 Supported Ecosystems

The following package managers and ecosystems are supported:

  • Rust: Cargo.toml, Cargo.lock
  • Python: requirements.txt, pyproject.toml, setup.py, Pipfile.lock, conda
  • JavaScript/Node.js: package.json, package-lock.json, yarn.lock, pnpm-lock.yaml
  • Java: pom.xml (Maven), build.gradle, gradle.lockfile
  • .NET: *.csproj, .nuspec, nuget.config
  • Ruby: Gemfile, Gemfile.lock
  • PHP: composer.json
  • Dart: pubspec.yaml, pubspec.lock
  • R: renv.lock, CRAN
  • Swift: Podfile.lock (CocoaPods)
  • C/C++: conanfile.txt, conan.lock
  • Haskell/OCaml/Elm/Fortran/Haxe: experimental support
  • and more...

Ecosystem support is modular — each format has its own parser under src/pkgs.

Commit count: 0

cargo fmt