mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
20 lines
460 B
JSON
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
|
|
}
|
|
]
|
|
}
|