File tree 4 files changed +29
-0
lines changed
4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ Will generate a `.cargo_vcs_info.json` in the following format
61
61
` path_in_vcs ` will be set to a repo-relative path for packages
62
62
in subdirectories of the version control repository.
63
63
64
+ The compatibility of this file is maintained under the same policy
65
+ as the JSON output of {{man "cargo-metadata" 1}}.
66
+
67
+ Note that this file provides a best-effort snapshot of the VCS information.
68
+ However, the provenance of the package is not verified.
69
+ There is no guarantee that the source code in the tarball matches the VCS information.
70
+
64
71
## OPTIONS
65
72
66
73
### Package Options
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ DESCRIPTION
59
59
path_in_vcs will be set to a repo-relative path for packages in
60
60
subdirectories of the version control repository.
61
61
62
+ The compatibility of this file is maintained under the same policy as
63
+ the JSON output of cargo-metadata(1).
64
+
65
+ Note that this file provides a best-effort snapshot of the VCS
66
+ information. However, the provenance of the package is not verified.
67
+ There is no guarantee that the source code in the tarball matches the
68
+ VCS information.
69
+
62
70
OPTIONS
63
71
Package Options
64
72
-l, --list
Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ Will generate a `.cargo_vcs_info.json` in the following format
56
56
` path_in_vcs ` will be set to a repo-relative path for packages
57
57
in subdirectories of the version control repository.
58
58
59
+ The compatibility of this file is maintained under the same policy
60
+ as the JSON output of [ cargo-metadata(1)] ( cargo-metadata.html ) .
61
+
62
+ Note that this file provides a best-effort snapshot of the VCS information.
63
+ However, the provenance of the package is not verified.
64
+ There is no guarantee that the source code in the tarball matches the VCS information.
65
+
59
66
## OPTIONS
60
67
61
68
### Package Options
Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ Will generate a \fB\&.cargo_vcs_info.json\fR in the following format
83
83
.sp
84
84
\fB path_in_vcs \fR will be set to a repo\- relative path for packages
85
85
in subdirectories of the version control repository.
86
+ .sp
87
+ The compatibility of this file is maintained under the same policy
88
+ as the JSON output of \fB cargo \- metadata \fR (1).
89
+ .sp
90
+ Note that this file provides a best\- effort snapshot of the VCS information.
91
+ However, the provenance of the package is not verified.
92
+ There is no guarantee that the source code in the tarball matches the VCS information.
86
93
.SH "OPTIONS"
87
94
.SS "Package Options"
88
95
.sp
You can’t perform that action at this time.
0 commit comments