Expand description
Implementation of configuration for various sources.
This module will parse the various source.*
TOML configuration keys into a
structure usable by Cargo itself. Currently this is primarily used to map
sources to one another via the replace-with
key in .cargo/config
.
Structs
- Configuration for a particular source, found in TOML looking like:
- Definition of a source in a config file.
- Represents the entire
[source]
replacement table in Cargo configuration.