@@ -46,8 +46,6 @@ system:
46
46
will otherwise be used. See also [ ` build.incremental ` ] config value.
47
47
* ` CARGO_CACHE_RUSTC_INFO ` — If this is set to 0 then Cargo will not try to cache
48
48
compiler version information.
49
- * ` CARGO_NAME ` — The author name to use for [ ` cargo new ` ] .
50
- * ` CARGO_EMAIL ` — The author email to use for [ ` cargo new ` ] .
51
49
* ` HTTPS_PROXY ` or ` https_proxy ` or ` http_proxy ` — The HTTP proxy to use, see
52
50
[ ` http.proxy ` ] for more detail.
53
51
* ` HTTP_TIMEOUT ` — The HTTP timeout in seconds, see [ ` http.timeout ` ] for more
@@ -78,8 +76,6 @@ supported environment variables are:
78
76
* ` CARGO_BUILD_INCREMENTAL ` — Incremental compilation, see [ ` build.incremental ` ] .
79
77
* ` CARGO_BUILD_DEP_INFO_BASEDIR ` — Dep-info relative directory, see [ ` build.dep-info-basedir ` ] .
80
78
* ` CARGO_BUILD_PIPELINING ` — Whether or not to use ` rustc ` pipelining, see [ ` build.pipelining ` ] .
81
- * ` CARGO_CARGO_NEW_NAME ` — The author name to use with [ ` cargo new ` ] , see [ ` cargo-new.name ` ] .
82
- * ` CARGO_CARGO_NEW_EMAIL ` — The author email to use with [ ` cargo new ` ] , see [ ` cargo-new.email ` ] .
83
79
* ` CARGO_CARGO_NEW_VCS ` — The default source control system with [ ` cargo new ` ] , see [ ` cargo-new.vcs ` ] .
84
80
* ` CARGO_HTTP_DEBUG ` — Enables HTTP debugging, see [ ` http.debug ` ] .
85
81
* ` CARGO_HTTP_PROXY ` — Enables HTTP proxy, see [ ` http.proxy ` ] .
0 commit comments