{
    0: CrateData {
        root_file_id: FileId(
            1,
        ),
        edition: Edition2018,
        version: None,
        display_name: Some(
            CrateDisplayName {
                crate_name: CrateName(
                    "hello_world",
                ),
                canonical_name: "hello_world",
            },
        ),
        cfg_options: CfgOptions(
            [
                "group1_cfg=some_config",
                "group1_other_cfg=other_config",
                "group2_cfg=yet_another_config",
                "rust_analyzer",
                "test",
                "true",
            ],
        ),
        potential_cfg_options: None,
        env: Env {
            entries: {},
        },
        dependencies: [],
        origin: Local {
            repo: None,
            name: Some(
                "hello_world",
            ),
        },
        is_proc_macro: false,
        proc_macro_cwd: None,
    },
    1: CrateData {
        root_file_id: FileId(
            1,
        ),
        edition: Edition2018,
        version: None,
        display_name: Some(
            CrateDisplayName {
                crate_name: CrateName(
                    "other_crate",
                ),
                canonical_name: "other_crate",
            },
        ),
        cfg_options: CfgOptions(
            [
                "group2_cfg=fourth_config",
                "group2_cfg=yet_another_config",
                "rust_analyzer",
                "test",
                "true",
                "unrelated_cfg",
            ],
        ),
        potential_cfg_options: None,
        env: Env {
            entries: {},
        },
        dependencies: [],
        origin: Local {
            repo: None,
            name: Some(
                "other_crate",
            ),
        },
        is_proc_macro: false,
        proc_macro_cwd: None,
    },
}