2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libssh",
|
2024-07-08 22:25:27 +08:00
|
|
|
"version": "0.10.6",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side",
|
|
|
|
"homepage": "https://www.libssh.org/",
|
2022-10-26 11:45:19 +08:00
|
|
|
"license": "LGPL-2.1-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
2023-11-29 16:17:15 +08:00
|
|
|
"name": "openssl",
|
|
|
|
"default-features": false
|
2021-09-28 08:26:06 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
],
|
2024-07-08 22:25:27 +08:00
|
|
|
"default-features": [
|
|
|
|
{
|
|
|
|
"name": "pcap",
|
|
|
|
"platform": "!android"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "server",
|
|
|
|
"platform": "!android"
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
2024-07-08 22:25:27 +08:00
|
|
|
"pcap": {
|
|
|
|
"description": "SSH server support"
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"description": "Pcap generation support"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib": {
|
2024-07-08 22:25:27 +08:00
|
|
|
"description": "zlib compression support",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|