2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libssh2",
|
2023-06-27 04:07:06 +08:00
|
|
|
"version": "1.11.0",
|
2024-06-20 05:07:05 +08:00
|
|
|
"port-version": 2,
|
2021-10-12 01:26:07 +08:00
|
|
|
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"homepage": "https://www.libssh2.org",
|
2022-03-04 04:52:10 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-07-12 02:18:41 +08:00
|
|
|
{
|
|
|
|
"name": "libssh2",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2022-03-04 04:52:10 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2023-07-12 02:18:41 +08:00
|
|
|
"openssl",
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib"
|
2022-03-04 04:52:10 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2023-07-12 02:18:41 +08:00
|
|
|
"openssl": {
|
|
|
|
"description": "Use the openssl crypto backend",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
2022-03-04 04:52:10 +08:00
|
|
|
"zlib": {
|
2023-07-12 02:18:41 +08:00
|
|
|
"description": "Use compression via zlib",
|
2022-03-04 04:52:10 +08:00
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|