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.
19 lines
581 B
19 lines
581 B
--- libssh2-sys-0.2.23/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ libssh2-sys-0.2.23/Cargo.toml 2023-05-22T20:34:08.770958+00:00
|
|
@@ -38,13 +38,8 @@
|
|
version = "0.3.11"
|
|
|
|
[features]
|
|
-openssl-on-win32 = ["openssl-sys"]
|
|
-vendored-openssl = ["openssl-sys/vendored"]
|
|
+openssl-on-win32 = []
|
|
+vendored-openssl = []
|
|
zlib-ng-compat = ["libz-sys/zlib-ng"]
|
|
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
|
|
-version = "0.2"
|
|
[target."cfg(unix)".dependencies.openssl-sys]
|
|
version = "0.9.35"
|
|
-[target."cfg(windows)".dependencies.openssl-sys]
|
|
-version = "0.9.35"
|
|
-optional = true
|