We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all-static
1 parent a48a7fc commit 8e404c9Copy full SHA for 8e404c9
Cargo.toml
@@ -140,3 +140,5 @@ doc = false
140
vendored-openssl = ["openssl/vendored"]
141
vendored-libgit2 = ["libgit2-sys/vendored"]
142
pretty-env-logger = ["pretty_env_logger"]
143
+# This is primarily used by rust-lang/rust distributing cargo the executable.
144
+all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx']
0 commit comments