Structs§
- DepTable
- Dependency table to add dep to
- Local
Manifest - A Cargo manifest that is available locally.
- Manifest
- A Cargo manifest
Enums§
Constants§
Functions§
- canonical_
local_ manifest - cargo_
home - find
- If a manifest is specified, return that one, otherise perform a manifest search starting from
the current directory.
If a manifest is specified, return that one. If a path is specified, perform a manifest search
starting from there. If nothing is specified, start searching from the current directory
(
cwd
). - get_
manifest_ metadata - registry_
index_ url_ from_ env - Read index for a specific registry using environment variables. https://doc.rust-lang.org/cargo/reference/environment-variables.html
- registry_
token - registry_
token_ from_ credential_ file - Read credentials for a specific registry using file cargo/credentials.toml. https://doc.rust-lang.org/cargo/reference/config.html#credentials
- registry_
token_ from_ env - Read credentials for a specific registry using environment variables. https://doc.rust-lang.org/cargo/reference/registry-authentication.html#cargotoken
- registry_
url - Find the URL of a registry
- to_
utf8_ pathbuf - upgrade_
requirement - Upgrade an existing requirement to a new version
- workspace_
manifest - workspace_
members - Lookup all members of the current workspace