[package]
name = "sentry-contexts"
version = "0.26.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
homepage = "https://sentry.io/welcome/"
description = """
Sentry integration for os, device, and rust contexts.
"""
build = "build.rs"
edition = "2018"
[dependencies]
sentry-core = { version = "0.26.0", path = "../sentry-core" }
libc = "0.2.66"
hostname = "0.3.0"
[target."cfg(not(windows))".dependencies]
uname = "0.1.1"
[build-dependencies]
rustc_version = "0.4.0"
[dev-dependencies]
sentry = { path = "../sentry", default-features = false, features = ["test"] }