Modulesยง
Macrosยง
- package_field_getter ๐Defines simple getter methods for inheritable fields.
Structsยง
- A group of fields that are inheritable by members of the workspace
- ManifestContext ๐
Constantsยง
- DEFAULT_README_FILES ๐
Traitsยง
Functionsยง
- Checks if a file with any of the default README file names exists in the package root. If so, returns a
String
representing that name. - dep_to_dependency ๐
- Warn about paths that have been deprecated and may conflict.
- deserialize_toml ๐
- emit_diagnostic ๐
- field_inherit_with ๐
- gather_dependencies ๐
- See also
bin/cargo/commands/run.rs
sis_manifest_command
- lints_inherit_with ๐
- lints_to_rustflags ๐
- normalize_path_sep ๐
- parse_document ๐
- patch ๐
- Prepares the manifest for publishing.
- Loads a
Cargo.toml
from a file on disk. - read_toml_string ๐
- replace ๐
- resolve_dependencies ๐
- Returns the name of the README file for a
manifest::TomlPackage
. - resolve_package_toml ๐
- resolve_toml ๐See
Manifest::resolved_toml
for more details - stringify ๐
- to_dependency ๐
- to_real_manifest ๐
- to_virtual_manifest ๐
- to_workspace_config ๐
- unique_build_targets ๐Checks a list of build targets, and ensures the target names are unique within a vector. If not, the name of the offending build target is returned.
- unused_dep_keys ๐
- Checks stytax validity and unstable feature gate for a given profile.
- Validates a profile.
- Validation that is specific to an override.
- validate_profiles ๐Checks syntax validity and unstable feature gate for each profile.
- verify_lints ๐
- warn_on_unused ๐