Function cargo::util::toml::to_real_manifest

source ·
pub fn to_real_manifest(
    contents: String,
    document: ImDocument<String>,
    me: TomlManifest,
    source_id: SourceId,
    manifest_file: &Path,
    gctx: &GlobalContext
) -> CargoResult<Manifest>