21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"name": "msh3",
|
|
"version": "0.8.0",
|
|
"description": "Minimal HTTP/3 library",
|
|
"homepage": "https://github.com/nibanks/msh3",
|
|
"license": "MIT",
|
|
"supports": "!(static & staticcrt)",
|
|
"dependencies": [
|
|
"ls-qpack",
|
|
"msquic",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|