parent
28a4f1b4e6
commit
1392a900ea
@ -1,31 +1,40 @@
|
||||
--- 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 @@
|
||||
--- curl-0.4.44/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ curl-0.4.44/Cargo.toml 2022-07-22T10:26:15.295988+00:00
|
||||
@@ -25,6 +25,9 @@
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/alexcrichton/curl-rust"
|
||||
+exclude = [
|
||||
+ "/ci/",
|
||||
+]
|
||||
|
||||
[[example]]
|
||||
name = "https"
|
||||
@@ -52,10 +55,6 @@
|
||||
name = "multi-dl"
|
||||
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]
|
||||
version = "0.4.56"
|
||||
@@ -107,16 +106,6 @@
|
||||
version = "0.9.43"
|
||||
optional = true
|
||||
|
||||
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
|
||||
-version = "0.1.13"
|
||||
|
||||
-
|
||||
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
|
||||
-version = "0.3"
|
||||
-features = ["libloaderapi", "wincrypt"]
|
||||
-features = [
|
||||
- "libloaderapi",
|
||||
- "wincrypt",
|
||||
-]
|
||||
-
|
||||
[badges.appveyor]
|
||||
repository = "alexcrichton/curl-rust"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (curl-0.4.43.crate) = 13803b2b0903c57e17e17d4099f1dc68550449068d703418bb065599ee733ebd5a2a8839b8ea65d303509107b151b21ee61f04170228b83e06dc8c79350e70bf
|
||||
SHA512 (curl-0.4.44.crate) = 499c3496cb019856773da10c5dcdf539c3fb7542a5e5dde4923d36e0f9274515b43a68bd31fc18a9adbfa9061d752fa698dfc2fbb6a6b1c1347001b3d112b3e5
|
||||
|
Loading…
Reference in new issue