[dependencies.sentry-core]
version = "0.36.0"
[dependencies.serde_json]
version = "1.0.46"
[dependencies.slog]
features = ["nested-values"]
version = "2.5.2"
[dev-dependencies.erased-serde]
version = "0.3.12"
[dev-dependencies.serde]
version = "1.0.117"
[lib]
name = "sentry_slog"
path = "src/lib.rs"
[package]
authors = ["Sentry <hello@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Sentry integration for the slog crate.
"""
edition = "2021"
homepage = "https://sentry.io/welcome/"
license = "Apache-2.0"
name = "sentry-slog"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
rust-version = "1.73"
version = "0.36.0"