File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 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
6161` path_in_vcs ` will be set to a repo-relative path for packages
6262in subdirectories of the version control repository.
6363
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+
6471## OPTIONS
6572
6673### Package Options
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ DESCRIPTION
5959 path_in_vcs will be set to a repo-relative path for packages in
6060 subdirectories of the version control repository.
6161
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+
6270OPTIONS
6371 Package Options
6472 -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
5656` path_in_vcs ` will be set to a repo-relative path for packages
5757in subdirectories of the version control repository.
5858
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+
5966## OPTIONS
6067
6168### 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
8383.sp
8484\fB path_in_vcs \fR will be set to a repo\- relative path for packages
8585in 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.
8693.SH "OPTIONS"
8794.SS "Package Options"
8895.sp
You can’t perform that action at this time.
0 commit comments