File tree 2 files changed +20
-2
lines changed 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,15 @@ <h2 id="cargo_metadata_output_format">OUTPUT FORMAT</h2>
275
275
"version": 1,
276
276
/* The absolute path to the root of the workspace. */
277
277
"workspace_root": "/path/to/my-package"
278
+ /* Workspace metadata.
279
+ This is null if no metadata is specified. */
280
+ "metadata": {
281
+ "docs": {
282
+ "rs": {
283
+ "all-features": true
284
+ }
285
+ }
286
+ }
278
287
}</ code > </ pre >
279
288
</ div >
280
289
</ div >
Original file line number Diff line number Diff line change 2
2
.\" Title: cargo-metadata
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.10
5
- .\" Date: 2020-02-24
5
+ .\" Date: 2020-07-04
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO\- METADATA" "1" "2020-02-24 " "\ \& " "\ \& "
10
+ .TH "CARGO\- METADATA" "1" "2020-07-04 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -289,6 +289,15 @@ The output has the following format:
289
289
"version": 1,
290
290
/* The absolute path to the root of the workspace. */
291
291
"workspace_root": "/path/to/my\- package"
292
+ /* Workspace metadata.
293
+ This is null if no metadata is specified. */
294
+ "metadata": {
295
+ "docs": {
296
+ "rs": {
297
+ "all\- features": true
298
+ }
299
+ }
300
+ }
292
301
}
293
302
.fi
294
303
.if n .RE
You can’t perform that action at this time.
0 commit comments