You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-curl/curl-fix-metadata.diff

32 lines
946 B

--- curl-0.4.43/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.43/Cargo.toml 2022-05-25T12:12:21.425575+00:00
@@ -1,4 +1,4 @@
-# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+## THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
@@ -47,9 +47,6 @@
path = "examples/multi-dl.rs"
required-features = ["ssl"]
-[[test]]
-name = "atexit"
-harness = false
[dependencies.curl-sys]
version = "0.4.53"
default-features = false
@@ -90,12 +87,7 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
6 years ago
version = "0.9.43"
optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
7 years ago
-version = "0.1.13"
5 years ago
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = ["libloaderapi", "wincrypt"]
[badges.appveyor]
repository = "alexcrichton/curl-rust"