pray-core 1.12.1

Core library for Prayfile, the package manager for the language placed before inference
Documentation

pray-core

Core library for Prayfile: parse manifests and package specs, resolve dependencies, write lockfiles, render managed targets, verify drift, and build distribution artifacts.

This is the shared engine used by the pray CLI (pray-cli on crates.io).

Install

[dependencies]
pray-core = "1.5"

The default auth feature enables local registry authentication storage (SQLite). For a slim build:

pray-core = { version = "1.5", default-features = false }

Links