sentry-contexts 0.34.0

Sentry integration for os, device, and rust contexts.
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.hostname]
version = "0.4"

[dependencies.libc]
version = "0.2.66"

[dependencies.sentry-core]
version = "0.34.0"

[dev-dependencies]

[package]
authors = ["Sentry <hello@sentry.io>"]
build = "build.rs"
description = "Sentry integration for os, device, and rust contexts.\n"
edition = "2021"
homepage = "https://sentry.io/welcome/"
license = "Apache-2.0"
name = "sentry-contexts"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
rust-version = "1.73"
version = "0.34.0"
[target."cfg(not(windows))".dependencies.uname]
version = "0.1.1"
[target."cfg(windows)".dependencies.os_info]
version = "3.5.0"