mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Finish documentation changes
This commit is contained in:
parent
63717bfc19
commit
67abe0f983
@ -46,8 +46,6 @@ system:
|
||||
will otherwise be used. See also [`build.incremental`] config value.
|
||||
* `CARGO_CACHE_RUSTC_INFO` — If this is set to 0 then Cargo will not try to cache
|
||||
compiler version information.
|
||||
* `CARGO_NAME` — The author name to use for [`cargo new`].
|
||||
* `CARGO_EMAIL` — The author email to use for [`cargo new`].
|
||||
* `HTTPS_PROXY` or `https_proxy` or `http_proxy` — The HTTP proxy to use, see
|
||||
[`http.proxy`] for more detail.
|
||||
* `HTTP_TIMEOUT` — The HTTP timeout in seconds, see [`http.timeout`] for more
|
||||
@ -78,8 +76,6 @@ supported environment variables are:
|
||||
* `CARGO_BUILD_INCREMENTAL` — Incremental compilation, see [`build.incremental`].
|
||||
* `CARGO_BUILD_DEP_INFO_BASEDIR` — Dep-info relative directory, see [`build.dep-info-basedir`].
|
||||
* `CARGO_BUILD_PIPELINING` — Whether or not to use `rustc` pipelining, see [`build.pipelining`].
|
||||
* `CARGO_CARGO_NEW_NAME` — The author name to use with [`cargo new`], see [`cargo-new.name`].
|
||||
* `CARGO_CARGO_NEW_EMAIL` — The author email to use with [`cargo new`], see [`cargo-new.email`].
|
||||
* `CARGO_CARGO_NEW_VCS` — The default source control system with [`cargo new`], see [`cargo-new.vcs`].
|
||||
* `CARGO_HTTP_DEBUG` — Enables HTTP debugging, see [`http.debug`].
|
||||
* `CARGO_HTTP_PROXY` — Enables HTTP proxy, see [`http.proxy`].
|
||||
|
@ -107,14 +107,19 @@ breaking change.
|
||||
<a id="the-authors-field-optional"></a>
|
||||
#### The `authors` field
|
||||
|
||||
The `authors` field lists people or organizations that are considered the
|
||||
"authors" of the package. The exact meaning is open to interpretation — it may
|
||||
list the original or primary authors, current maintainers, or owners of the
|
||||
package. These names will be listed on the crate's page on
|
||||
[crates.io]. An optional email address may be included within angled
|
||||
brackets at the end of each author.
|
||||
The optional `authors` field lists people or organizations that are considered
|
||||
the "authors" of the package. The exact meaning is open to interpretation — it
|
||||
may list the original or primary authors, current maintainers, or owners of the
|
||||
package. An optional email address may be included within angled brackets at
|
||||
the end of each author entry.
|
||||
|
||||
> **Note**: [crates.io] requires at least one author to be listed.
|
||||
This field is only surfaced in package metadata and in the `CARGO_PKG_AUTHORS`
|
||||
environment variable within `build.rs`. It is not displayed in the [crates.io]
|
||||
user interface.
|
||||
|
||||
> **Warning**: Package manifests cannot be changed once published, so this
|
||||
> field cannot be changed or removed in already-published versions of a
|
||||
> package.
|
||||
|
||||
<a id="the-edition-field-optional"></a>
|
||||
#### The `edition` field
|
||||
|
Loading…
x
Reference in New Issue
Block a user