sentry-uapi 0.4.2

Sentry kernel user API implementation
Documentation
[dependencies]

[dev-dependencies]

[features]
default = []
std = []

[lib]
name = "sentry_uapi"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(CONFIG_BUILD_TARGET_AUTOTEST)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "no-std"]
description = "Sentry kernel user API implementation"
edition = "2024"
exclude = ["/tests"]
license = "Apache-2.0"
name = "sentry-uapi"
readme = "README.md"
repository = "https://github.com/camelot-os/sentry-kernel"
version = "0.4.2"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = "z"
panic = "abort"