pray-core 1.11.0

Core library for Prayfile, the package manager for the language placed before inference
Documentation
pub mod auth;
#[cfg(feature = "auth")]
mod auth_store;
pub mod cli_release;
pub mod cli_suggest;
pub mod client_trust;
mod compose_dest;
pub mod config;
pub mod constraint;
pub mod dependency_graph;
pub mod deprecation;
pub mod derived_metadata;
pub mod destination;
pub mod dotenv;
pub mod environment;
pub mod error;
pub mod fetch;
pub mod format_manifest;
mod format_serialize;
pub mod hashing;
pub mod literal;
pub mod lockfile;
pub mod manifest;
mod manifest_constraint;
mod manifest_format;
mod manifest_parse;
mod manifest_validate;
mod package_archive;
pub mod package_integrity;
pub mod package_spec;
pub mod paths;
pub mod project_context;
pub mod push_auth;
pub mod registry;
mod registry_cache;
mod registry_http;
pub mod registry_search;
pub mod registry_select;
mod registry_ssh;
mod registry_torrent;
mod registry_upload;
pub mod render;
mod render_compose;
mod render_conflict;
mod render_dest;
mod render_file;
mod render_patch;
mod render_path_guard;
mod render_provisioned;
mod render_relocate;
mod render_write;
pub mod resolve;
pub mod resolve_context;
mod resolve_deps;
mod resolve_exports;
mod resolve_git;
mod resolve_git_command;
mod resolve_git_sources;
mod resolve_queue;
pub mod resource_limits;
pub mod ssh_client;
pub mod ssh_identity;
pub mod ssh_publishers;
pub mod ssh_rpc;
pub mod statement_surface;
pub mod substitute;
pub mod terminal;
pub mod trust;
pub mod verify;

pub use error::{PrayError, PrayResult};