2021-03-10 20:06:30 +01:00
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
2024-04-04 20:02:49 +02:00
|
|
|
"version": "0.7.2",
|
2021-03-10 20:06:30 +01:00
|
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
|
|
"homepage": "https://sentry.io/",
|
2022-01-24 15:14:39 -08:00
|
|
|
"license": "MIT",
|
2023-07-07 13:10:40 -04:00
|
|
|
"supports": "osx | linux | (!arm & !uwp)",
|
2021-03-10 20:06:30 +01:00
|
|
|
"dependencies": [
|
2021-09-04 02:37:59 +02:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-01-24 01:25:17 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"backend",
|
2024-03-28 00:56:21 +01:00
|
|
|
"transport",
|
|
|
|
{
|
|
|
|
"name": "wer",
|
|
|
|
"platform": "windows & !static"
|
|
|
|
}
|
2023-01-24 01:25:17 +01:00
|
|
|
],
|
|
|
|
"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 02:13:38 +01:00
|
|
|
{
|
|
|
|
"$comment": "pkgcong is used by the breakpad backend.",
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true,
|
|
|
|
"platform": "!android & !ios"
|
|
|
|
},
|
2023-01-24 01:25:17 +01:00
|
|
|
{
|
|
|
|
"$comment": "zlib is used by the crashpad backend.",
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "!android & !ios"
|
|
|
|
}
|
|
|
|
]
|
2021-09-04 02:37:59 +02:00
|
|
|
},
|
2024-04-04 20:02:49 +02:00
|
|
|
"compression": {
|
|
|
|
"description": [
|
|
|
|
"Enables gzip compression support for the transport.",
|
|
|
|
"Cf.https://github.com/getsentry/sentry-native#compile-time-options"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
2023-01-24 01:25:17 +01: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"
|
|
|
|
}
|
|
|
|
]
|
2024-03-28 00:56:21 +01:00
|
|
|
},
|
|
|
|
"wer": {
|
|
|
|
"description": [
|
|
|
|
"Enables the Windows Error Reporting backend.",
|
|
|
|
"Cf.https://github.com/getsentry/sentry-native#compile-time-options"
|
|
|
|
],
|
|
|
|
"supports": "windows & !static",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
|
|
|
"features": [
|
|
|
|
"backend"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2023-01-14 00:22:44 +01:00
|
|
|
}
|
2023-01-24 01:25:17 +01:00
|
|
|
}
|
2021-03-10 20:06:30 +01:00
|
|
|
}
|