Files
vcpkg/ports/cpp-smtpclient-library/vcpkg.json
2025-11-03 17:10:02 -08:00

20 lines
460 B
JSON

{
"name": "cpp-smtpclient-library",
"version": "1.1.13",
"description": "An SMTP client library built in C++ that support authentication and secure connections",
"homepage": "https://github.com/jeremydumais/CPP-SMTPClient-library",
"license": "MIT AND Zlib",
"supports": "!uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}