2021-03-11 03:06:30 +08:00
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
2024-01-11 09:13:38 +08:00
|
|
|
"version": "0.7.0",
|
2024-01-24 03:48:10 +08:00
|
|
|
"port-version": 1,
|
2021-03-11 03:06:30 +08:00
|
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
|
|
"homepage": "https://sentry.io/",
|
2022-01-25 07:14:39 +08:00
|
|
|
"license": "MIT",
|
2023-07-08 01:10:40 +08:00
|
|
|
"supports": "osx | linux | (!arm & !uwp)",
|
2021-03-11 03:06:30 +08:00
|
|
|
"dependencies": [
|
2021-09-04 08:37:59 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-01-24 08:25:17 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"backend",
|
|
|
|
"transport"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"backend": {
|
|
|
|
"description": [
|
|
|
|
"Enables the platform-specific backend.",
|
|
|
|
"This feature does nothing for some platforms.",
|
|
|
|
"Cf. https://github.com/getsentry/sentry-native#compile-time-options"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
2024-01-11 09:13:38 +08:00
|
|
|
{
|
|
|
|
"$comment": "pkgcong is used by the breakpad backend.",
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true,
|
|
|
|
"platform": "!android & !ios"
|
|
|
|
},
|
2023-01-24 08:25:17 +08:00
|
|
|
{
|
|
|
|
"$comment": "zlib is used by the crashpad backend.",
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "!android & !ios"
|
|
|
|
}
|
|
|
|
]
|
2021-09-04 08:37:59 +08:00
|
|
|
},
|
2023-01-24 08:25:17 +08:00
|
|
|
"transport": {
|
|
|
|
"description": [
|
|
|
|
"Enables the platform-specific network transport.",
|
|
|
|
"This feature does nothing for some platforms.",
|
|
|
|
"Cf. https://github.com/getsentry/sentry-native#compile-time-options"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!windows"
|
|
|
|
}
|
|
|
|
]
|
2023-01-14 07:22:44 +08:00
|
|
|
}
|
2023-01-24 08:25:17 +08:00
|
|
|
}
|
2021-03-11 03:06:30 +08:00
|
|
|
}
|