File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,12 @@ The JSON output has the following format:
123
123
If not specified or null, the dependency is from the default
124
124
registry (crates.io).
125
125
*/
126
- " registry" : null
126
+ " registry" : null ,
127
+ /* (unstable) Boolean flag of whether or not this is a pulbic
128
+ dependency. This field is only present when
129
+ `-Zpublic-dependency` is enabled.
130
+ */
131
+ " public" : false
127
132
}
128
133
],
129
134
/* Array of Cargo targets. */
Original file line number Diff line number Diff line change @@ -119,7 +119,12 @@ OUTPUT FORMAT
119
119
If not specified or null, the dependency is from the default
120
120
registry (crates.io).
121
121
*/
122
- "registry": null
122
+ "registry": null,
123
+ /* (unstable) Boolean flag of whether or not this is a pulbic
124
+ dependency. This field is only present when
125
+ `-Zpublic-dependency` is enabled.
126
+ */
127
+ "public": false
123
128
}
124
129
],
125
130
/* Array of Cargo targets. */
Original file line number Diff line number Diff line change @@ -123,7 +123,12 @@ The JSON output has the following format:
123
123
If not specified or null, the dependency is from the default
124
124
registry (crates.io).
125
125
*/
126
- " registry" : null
126
+ " registry" : null ,
127
+ /* (unstable) Boolean flag of whether or not this is a pulbic
128
+ dependency. This field is only present when
129
+ `-Zpublic-dependency` is enabled.
130
+ */
131
+ " public" : false
127
132
}
128
133
],
129
134
/* Array of Cargo targets. */
Original file line number Diff line number Diff line change @@ -125,7 +125,12 @@ The JSON output has the following format:
125
125
If not specified or null, the dependency is from the default
126
126
registry (crates.io).
127
127
*/
128
- "registry": null
128
+ "registry": null,
129
+ /* (unstable) Boolean flag of whether or not this is a pulbic
130
+ dependency. This field is only present when
131
+ `\- Zpublic\- dependency` is enabled.
132
+ */
133
+ "public": false
129
134
}
130
135
],
131
136
/* Array of Cargo targets. */
You can’t perform that action at this time.
0 commit comments