Module cargo::ops

source ·

Structs

Enums

Functions

Read the paths configuration variable to discover all path overrides that have been configured.
Cleans the package’s build artifacts.
Like compile but allows specifying a custom Executor that will be able to intercept build calls and add custom logic. compile uses DefaultExecutor which just passes calls through.
Configure a libcurl http handle with the defaults options for Cargo
Main method for cargo doc.
Executes cargo fetch.
Create a new HTTP handle with appropriate global configuration for cargo.
Loads the manifest, resolves the dependencies of the package to the concrete used versions - considering overrides - and writes all dependencies in a JSON format to stdout.
Resolve all dependencies for a package using an optional previous instance of resolve to guide the resolution process.
Resolve all dependencies for the workspace using the previous lockfile as a guide if present.
Resolves dependencies for some packages of the workspace, taking into account paths overrides and activated features.