sentry-types 0.20.0

Common reusable types for implementing the sentry.io protocol.
Documentation
[package]
name = "sentry-types"
version = "0.20.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 = """
Common reusable types for implementing the sentry.io protocol.
"""
keywords = ["sentry", "protocol"]
edition = "2018"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["protocol"]
protocol = []
# for backwards compatibility:
with_protocol = ["protocol"]

[dependencies]
thiserror = "1.0.15"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.46"
url = { version = "2.1.1", features = ["serde"] }
chrono = { version = "0.4.10", features = ["serde"] }
uuid = { version = "0.8.1", features = ["v4", "serde"] }
debugid = { version = "0.7.2", features = ["serde"] }