blob: 32cb0641d1a8d0de6bb6c49948e58ebacde2ec2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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
}
]
}
|