1{
2    "packages": [
3        {
4            "name": "hello-world",
5            "version": "0.1.0",
6            "id": "hello-world 0.1.0 (path+file://$ROOT$hello-world)",
7            "license": null,
8            "license_file": null,
9            "description": null,
10            "source": null,
11            "dependencies": [
12                {
13                    "name": "libc",
14                    "source": "registry+https://github.com/rust-lang/crates.io-index",
15                    "req": "^0.2",
16                    "kind": null,
17                    "rename": null,
18                    "optional": false,
19                    "uses_default_features": true,
20                    "features": [],
21                    "target": null,
22                    "registry": null
23                }
24            ],
25            "targets": [
26                {
27                    "kind": [
28                        "lib"
29                    ],
30                    "crate_types": [
31                        "lib"
32                    ],
33                    "name": "hello-world",
34                    "src_path": "$ROOT$hello-world/src/lib.rs",
35                    "edition": "2018",
36                    "doc": true,
37                    "doctest": true,
38                    "test": true
39                },
40                {
41                    "kind": [
42                        "bin"
43                    ],
44                    "crate_types": [
45                        "bin"
46                    ],
47                    "name": "hello-world",
48                    "src_path": "$ROOT$hello-world/src/main.rs",
49                    "edition": "2018",
50                    "doc": true,
51                    "doctest": false,
52                    "test": true
53                },
54                {
55                    "kind": [
56                        "example"
57                    ],
58                    "crate_types": [
59                        "bin"
60                    ],
61                    "name": "an-example",
62                    "src_path": "$ROOT$hello-world/examples/an-example.rs",
63                    "edition": "2018",
64                    "doc": false,
65                    "doctest": false,
66                    "test": false
67                },
68                {
69                    "kind": [
70                        "test"
71                    ],
72                    "crate_types": [
73                        "bin"
74                    ],
75                    "name": "it",
76                    "src_path": "$ROOT$hello-world/tests/it.rs",
77                    "edition": "2018",
78                    "doc": false,
79                    "doctest": false,
80                    "test": true
81                }
82            ],
83            "features": {},
84            "manifest_path": "$ROOT$hello-world/Cargo.toml",
85            "metadata": null,
86            "publish": null,
87            "authors": [],
88            "categories": [],
89            "keywords": [],
90            "readme": null,
91            "repository": null,
92            "homepage": null,
93            "documentation": null,
94            "edition": "2018",
95            "links": null
96        },
97        {
98            "name": "libc",
99            "version": "0.2.98",
100            "id": "libc 0.2.98 (registry+https://github.com/rust-lang/crates.io-index)",
101            "license": "MIT OR Apache-2.0",
102            "license_file": null,
103            "description": "Raw FFI bindings to platform libraries like libc.\n",
104            "source": "registry+https://github.com/rust-lang/crates.io-index",
105            "dependencies": [
106                {
107                    "name": "rustc-std-workspace-core",
108                    "source": "registry+https://github.com/rust-lang/crates.io-index",
109                    "req": "^1.0.0",
110                    "kind": null,
111                    "rename": null,
112                    "optional": true,
113                    "uses_default_features": true,
114                    "features": [],
115                    "target": null,
116                    "registry": null
117                }
118            ],
119            "targets": [
120                {
121                    "kind": [
122                        "lib"
123                    ],
124                    "crate_types": [
125                        "lib"
126                    ],
127                    "name": "libc",
128                    "src_path": "$ROOT$.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.98/src/lib.rs",
129                    "edition": "2015",
130                    "doc": true,
131                    "doctest": true,
132                    "test": true
133                },
134                {
135                    "kind": [
136                        "test"
137                    ],
138                    "crate_types": [
139                        "bin"
140                    ],
141                    "name": "const_fn",
142                    "src_path": "$ROOT$.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.98/tests/const_fn.rs",
143                    "edition": "2015",
144                    "doc": false,
145                    "doctest": false,
146                    "test": true
147                },
148                {
149                    "kind": [
150                        "custom-build"
151                    ],
152                    "crate_types": [
153                        "bin"
154                    ],
155                    "name": "build-script-build",
156                    "src_path": "$ROOT$.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.98/build.rs",
157                    "edition": "2015",
158                    "doc": false,
159                    "doctest": false,
160                    "test": false
161                }
162            ],
163            "features": {
164                "align": [],
165                "const-extern-fn": [],
166                "default": [
167                    "std"
168                ],
169                "extra_traits": [],
170                "rustc-dep-of-std": [
171                    "align",
172                    "rustc-std-workspace-core"
173                ],
174                "std": [],
175                "use_std": [
176                    "std"
177                ]
178            },
179            "manifest_path": "$ROOT$.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.98/Cargo.toml",
180            "metadata": null,
181            "publish": null,
182            "authors": [
183                "The Rust Project Developers"
184            ],
185            "categories": [
186                "external-ffi-bindings",
187                "no-std",
188                "os"
189            ],
190            "keywords": [
191                "libc",
192                "ffi",
193                "bindings",
194                "operating",
195                "system"
196            ],
197            "readme": "README.md",
198            "repository": "https://github.com/rust-lang/libc",
199            "homepage": "https://github.com/rust-lang/libc",
200            "documentation": "https://docs.rs/libc/",
201            "edition": "2015",
202            "links": null
203        }
204    ],
205    "workspace_members": [
206        "hello-world 0.1.0 (path+file://$ROOT$hello-world)"
207    ],
208    "resolve": {
209        "nodes": [
210            {
211                "id": "hello-world 0.1.0 (path+file://$ROOT$hello-world)",
212                "dependencies": [
213                    "libc 0.2.98 (registry+https://github.com/rust-lang/crates.io-index)"
214                ],
215                "deps": [
216                    {
217                        "name": "libc",
218                        "pkg": "libc 0.2.98 (registry+https://github.com/rust-lang/crates.io-index)",
219                        "dep_kinds": [
220                            {
221                                "kind": null,
222                                "target": null
223                            }
224                        ]
225                    }
226                ],
227                "features": []
228            },
229            {
230                "id": "libc 0.2.98 (registry+https://github.com/rust-lang/crates.io-index)",
231                "dependencies": [],
232                "deps": [],
233                "features": [
234                    "default",
235                    "std"
236                ]
237            }
238        ],
239        "root": "hello-world 0.1.0 (path+file://$ROOT$hello-world)"
240    },
241    "target_directory": "$ROOT$hello-world/target",
242    "version": 1,
243    "workspace_root": "$ROOT$hello-world",
244    "metadata": null
245}
246