diff --git a/src/doc/man/generated/cargo-bench.html b/src/doc/man/generated/cargo-bench.html index e7572f8c86d..d425dac4950 100644 --- a/src/doc/man/generated/cargo-bench.html +++ b/src/doc/man/generated/cargo-bench.html @@ -350,8 +350,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-build.html b/src/doc/man/generated/cargo-build.html index f22b828c071..6fe378bc804 100644 --- a/src/doc/man/generated/cargo-build.html +++ b/src/doc/man/generated/cargo-build.html @@ -295,8 +295,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-check.html b/src/doc/man/generated/cargo-check.html index 6884205be20..3af41f8fc53 100644 --- a/src/doc/man/generated/cargo-check.html +++ b/src/doc/man/generated/cargo-check.html @@ -286,8 +286,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-clean.html b/src/doc/man/generated/cargo-clean.html index 5a9208babc3..0c2e2fc73ed 100644 --- a/src/doc/man/generated/cargo-clean.html +++ b/src/doc/man/generated/cargo-clean.html @@ -125,8 +125,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-doc.html b/src/doc/man/generated/cargo-doc.html index ecb19795ffd..4c2e774b52d 100644 --- a/src/doc/man/generated/cargo-doc.html +++ b/src/doc/man/generated/cargo-doc.html @@ -254,8 +254,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-fetch.html b/src/doc/man/generated/cargo-fetch.html index 3a1e304702d..346d566a14e 100644 --- a/src/doc/man/generated/cargo-fetch.html +++ b/src/doc/man/generated/cargo-fetch.html @@ -102,8 +102,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-fix.html b/src/doc/man/generated/cargo-fix.html index 9d1bca8823d..0a897a451be 100644 --- a/src/doc/man/generated/cargo-fix.html +++ b/src/doc/man/generated/cargo-fix.html @@ -357,8 +357,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-generate-lockfile.html b/src/doc/man/generated/cargo-generate-lockfile.html index 8cd2c8f65e5..cc076e53957 100644 --- a/src/doc/man/generated/cargo-generate-lockfile.html +++ b/src/doc/man/generated/cargo-generate-lockfile.html @@ -75,8 +75,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-locate-project.html b/src/doc/man/generated/cargo-locate-project.html index 6245144bd87..c037f2d7221 100644 --- a/src/doc/man/generated/cargo-locate-project.html +++ b/src/doc/man/generated/cargo-locate-project.html @@ -74,8 +74,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches for the Cargo.toml file in the current -directory or any parent directory.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

@@ -149,4 +149,4 @@

SEE ALSO

cargo(1), cargo-metadata(1)

- + \ No newline at end of file diff --git a/src/doc/man/generated/cargo-metadata.html b/src/doc/man/generated/cargo-metadata.html index 2598013e783..892e652a845 100644 --- a/src/doc/man/generated/cargo-metadata.html +++ b/src/doc/man/generated/cargo-metadata.html @@ -167,6 +167,11 @@

OUTPUT FORMAT

} } }, + /* List of registries to which this package may be published. + Publishing is unrestricted if null, and forbidden if an empty array. */ + "publish": [ + "crates-io" + ], /* Array of authors from the manifest. Empty array if no authors specified. */ @@ -351,8 +356,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-package.html b/src/doc/man/generated/cargo-package.html index 30fe3f82295..77912c97554 100644 --- a/src/doc/man/generated/cargo-package.html +++ b/src/doc/man/generated/cargo-package.html @@ -160,8 +160,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-pkgid.html b/src/doc/man/generated/cargo-pkgid.html index c2fcf99c65a..d70b9858be1 100644 --- a/src/doc/man/generated/cargo-pkgid.html +++ b/src/doc/man/generated/cargo-pkgid.html @@ -134,8 +134,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-publish.html b/src/doc/man/generated/cargo-publish.html index 1aeadcc5014..b3c3e4a6df3 100644 --- a/src/doc/man/generated/cargo-publish.html +++ b/src/doc/man/generated/cargo-publish.html @@ -153,8 +153,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-run.html b/src/doc/man/generated/cargo-run.html index 608568ce66d..ef73037a135 100644 --- a/src/doc/man/generated/cargo-run.html +++ b/src/doc/man/generated/cargo-run.html @@ -208,8 +208,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-rustc.html b/src/doc/man/generated/cargo-rustc.html index 9133521b06f..9a17d8b736b 100644 --- a/src/doc/man/generated/cargo-rustc.html +++ b/src/doc/man/generated/cargo-rustc.html @@ -269,8 +269,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-rustdoc.html b/src/doc/man/generated/cargo-rustdoc.html index 88c4a561252..f281504f76f 100644 --- a/src/doc/man/generated/cargo-rustdoc.html +++ b/src/doc/man/generated/cargo-rustdoc.html @@ -282,8 +282,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-test.html b/src/doc/man/generated/cargo-test.html index 101c2433824..29ce85d416c 100644 --- a/src/doc/man/generated/cargo-test.html +++ b/src/doc/man/generated/cargo-test.html @@ -375,8 +375,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-update.html b/src/doc/man/generated/cargo-update.html index 496ddda42e0..7605699566b 100644 --- a/src/doc/man/generated/cargo-update.html +++ b/src/doc/man/generated/cargo-update.html @@ -109,8 +109,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/generated/cargo-vendor.html b/src/doc/man/generated/cargo-vendor.html index 2485de8fb00..0834a0ccce8 100644 --- a/src/doc/man/generated/cargo-vendor.html +++ b/src/doc/man/generated/cargo-vendor.html @@ -58,8 +58,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

diff --git a/src/doc/man/generated/cargo-verify-project.html b/src/doc/man/generated/cargo-verify-project.html index 9c5dc876e2e..f17141c3efb 100644 --- a/src/doc/man/generated/cargo-verify-project.html +++ b/src/doc/man/generated/cargo-verify-project.html @@ -83,8 +83,8 @@

Manifest Options

--manifest-path PATH
-

Path to the Cargo.toml file. By default, Cargo searches in the current -directory or any parent directory for the Cargo.toml file.

+

Path to the Cargo.toml file. By default, Cargo searches for the +Cargo.toml file in the current directory or any parent directory.

--frozen
--locked
diff --git a/src/doc/man/options-manifest-path.adoc b/src/doc/man/options-manifest-path.adoc index 1bc4d80eb94..79a2394a688 100644 --- a/src/doc/man/options-manifest-path.adoc +++ b/src/doc/man/options-manifest-path.adoc @@ -1,3 +1,3 @@ *--manifest-path* _PATH_:: - Path to the `Cargo.toml` file. By default, Cargo searches in the current - directory or any parent directory for the `Cargo.toml` file. + Path to the `Cargo.toml` file. By default, Cargo searches for the + `Cargo.toml` file in the current directory or any parent directory. diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 0d890c679ed..c3f5d9d0d27 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -2,12 +2,12 @@ .\" Title: cargo-bench .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-BENCH" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-BENCH" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -435,8 +435,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index bbf14f906be..79cd83a43af 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -2,12 +2,12 @@ .\" Title: cargo-build .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-BUILD" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-BUILD" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -358,8 +358,8 @@ for more information. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 0924bc0b7d1..bf24fd4d2cc 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -2,12 +2,12 @@ .\" Title: cargo-check .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-CHECK" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-CHECK" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -344,8 +344,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-clean.1 b/src/etc/man/cargo-clean.1 index 74412bee61b..cf52542a7a7 100644 --- a/src/etc/man/cargo-clean.1 +++ b/src/etc/man/cargo-clean.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-clean .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-CLEAN" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-CLEAN" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -143,8 +143,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index a6c83ac5909..f1a37c9652f 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -2,12 +2,12 @@ .\" Title: cargo-doc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-DOC" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-DOC" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -301,8 +301,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-fetch.1 b/src/etc/man/cargo-fetch.1 index 6eec525edc6..6bada865551 100644 --- a/src/etc/man/cargo-fetch.1 +++ b/src/etc/man/cargo-fetch.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-fetch .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-FETCH" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-FETCH" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -121,8 +121,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index e917e6a5bcc..b8ec22b305b 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -2,12 +2,12 @@ .\" Title: cargo-fix .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-FIX" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-FIX" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -414,8 +414,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 index b43dd9f66f9..1c890c2bbbb 100644 --- a/src/etc/man/cargo-generate-lockfile.1 +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-generate-lockfile .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -101,8 +101,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-locate-project.1 b/src/etc/man/cargo-locate-project.1 index 731ef6d3f1a..7868e618ec6 100644 --- a/src/etc/man/cargo-locate-project.1 +++ b/src/etc/man/cargo-locate-project.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-locate-project .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-LOCATE\-PROJECT" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-LOCATE\-PROJECT" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -100,8 +100,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-metadata.1 b/src/etc/man/cargo-metadata.1 index 6792e538b5b..924c599b9dd 100644 --- a/src/etc/man/cargo-metadata.1 +++ b/src/etc/man/cargo-metadata.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-metadata .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-17 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-METADATA" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-METADATA" "1" "2019-09-17" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -181,6 +181,11 @@ The output has the following format: } } }, + /* List of registries to which this package may be published. + Publishing is unrestricted if null, and forbidden if an empty array. */ + "publish": [ + "crates\-io" + ], /* Array of authors from the manifest. Empty array if no authors specified. */ @@ -365,8 +370,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index e3b95d5204d..b1283fb76ec 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -2,12 +2,12 @@ .\" Title: cargo-package .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-09-05 +.\" Date: 2019-10-28 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PACKAGE" "1" "2019-09-05" "\ \&" "\ \&" +.TH "CARGO\-PACKAGE" "1" "2019-10-28" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -223,8 +223,8 @@ package. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-pkgid.1 b/src/etc/man/cargo-pkgid.1 index 3a54667fa4a..4a3e50f0777 100644 --- a/src/etc/man/cargo-pkgid.1 +++ b/src/etc/man/cargo-pkgid.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-pkgid .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PKGID" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-PKGID" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -178,8 +178,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index f0f68685587..2f337d4eb09 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-publish .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PUBLISH" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-PUBLISH" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -186,8 +186,8 @@ package. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index c40844fa486..c0005fe5d1a 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-run .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-07-15 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUN" "1" "2019-07-15" "\ \&" "\ \&" +.TH "CARGO\-RUN" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -255,8 +255,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index a97628142c5..f8a2d7cbe3f 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-rustc .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUSTC" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-RUSTC" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -324,8 +324,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index ef322c0b694..900f1bb46b9 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-rustdoc .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUSTDOC" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-RUSTDOC" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -332,8 +332,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 0ea98ad5605..9ad135d6e2a 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -2,12 +2,12 @@ .\" Title: cargo-test .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-08-19 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-TEST" "1" "2019-08-19" "\ \&" "\ \&" +.TH "CARGO\-TEST" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -477,8 +477,8 @@ coming from rustc are still emitted. .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-update.1 b/src/etc/man/cargo-update.1 index fc302c112b0..91595807ff4 100644 --- a/src/etc/man/cargo-update.1 +++ b/src/etc/man/cargo-update.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-update .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-UPDATE" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-UPDATE" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -131,8 +131,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP diff --git a/src/etc/man/cargo-vendor.1 b/src/etc/man/cargo-vendor.1 index eb132a87803..b136da4d890 100644 --- a/src/etc/man/cargo-vendor.1 +++ b/src/etc/man/cargo-vendor.1 @@ -2,12 +2,12 @@ .\" Title: cargo-vendor .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 -.\" Date: 2019-09-05 +.\" Date: 2019-09-08 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-VENDOR" "1" "2019-09-05" "\ \&" "\ \&" +.TH "CARGO\-VENDOR" "1" "2019-09-08" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -66,8 +66,8 @@ read it and use it when downloading crates from crates.io, for example .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .SS "Display Options" .sp diff --git a/src/etc/man/cargo-verify-project.1 b/src/etc/man/cargo-verify-project.1 index 96e59cc8fe0..d2f05cbfdfc 100644 --- a/src/etc/man/cargo-verify-project.1 +++ b/src/etc/man/cargo-verify-project.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cargo-verify-project .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.8 -.\" Date: 2019-06-07 +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2019-09-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-VERIFY\-PROJECT" "1" "2019-06-07" "\ \&" "\ \&" +.TH "CARGO\-VERIFY\-PROJECT" "1" "2019-09-05" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -111,8 +111,8 @@ May also be specified with the \fBterm.color\fP .sp \fB\-\-manifest\-path\fP \fIPATH\fP .RS 4 -Path to the \fBCargo.toml\fP file. By default, Cargo searches in the current -directory or any parent directory for the \fBCargo.toml\fP file. +Path to the \fBCargo.toml\fP file. By default, Cargo searches for the +\fBCargo.toml\fP file in the current directory or any parent directory. .RE .sp \fB\-\-frozen\fP, \fB\-\-locked\fP