54 lines
1.3 KiB
TOML
54 lines
1.3 KiB
TOML
# 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.81"
|
|
name = "sentry-contexts"
|
|
version = "0.46.2"
|
|
authors = ["Sentry <hello@sentry.io>"]
|
|
build = "build.rs"
|
|
autolib = false
|
|
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 = "MIT"
|
|
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.46.2"
|
|
|
|
[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"
|