# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "sentry-contexts" version = "0.35.0" authors = ["Sentry "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Sentry integration for os, device, and rust contexts. """ homepage = "https://sentry.io/welcome/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/getsentry/sentry-rust" [lib] name = "sentry_contexts" path = "src/lib.rs" [dependencies.hostname] version = "0.4" [dependencies.libc] version = "0.2.66" [dependencies.sentry-core] version = "0.35.0" [dev-dependencies] [build-dependencies.rustc_version] version = "0.4.0" [target."cfg(not(windows))".dependencies.uname] version = "0.1.1" [target."cfg(windows)".dependencies.os_info] version = "3.5.0"