Function cargo::util::toml::to_real_manifest

source ·
fn to_real_manifest(
    contents: String,
    document: ImDocument<String>,
    original_toml: TomlManifest,
    resolved_toml: TomlManifest,
    features: Features,
    workspace_config: WorkspaceConfig,
    source_id: SourceId,
    manifest_file: &Path,
    gctx: &GlobalContext,
    warnings: &mut Vec<String>,
    errors: &mut Vec<String>
) -> CargoResult<Manifest>