Function cargo::util::toml::to_real_manifest
source · pub fn to_real_manifest(
contents: String,
document: ImDocument<String>,
original_toml: TomlManifest,
source_id: SourceId,
manifest_file: &Path,
gctx: &GlobalContext,
warnings: &mut Vec<String>,
errors: &mut Vec<String>
) -> CargoResult<Manifest>