vcpkg/ports/stduuid/vcpkg.json
chausner 80150f8687
[stduuid] Update to 1.2.3 (#33170)
* Update stduuid to 1.2.3

* Update CI baseline

* Switch back to ${PORT}

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-08-16 13:00:17 -07:00

35 lines
709 B
JSON

{
"name": "stduuid",
"version": "1.2.3",
"description": "A C++17 cross-platform implementation for UUIDs",
"homepage": "https://github.com/mariusbancila/stduuid",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"gsl-span": {
"description": "Using span from gsl instead of std",
"dependencies": [
"ms-gsl"
]
},
"system-gen": {
"description": "Enable operating system uuid generator",
"dependencies": [
{
"name": "libuuid",
"platform": "!osx & !windows"
}
]
}
}
}