[dependencies.debugid]
features = ["serde"]
version = "0.8.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.104"
[dependencies.serde_json]
version = "1.0.46"
[dependencies.thiserror]
version = "1.0.15"
[dependencies.time]
features = ["formatting", "parsing"]
version = "0.3.5"
[dependencies.url]
features = ["serde"]
version = "2.1.1"
[dependencies.uuid]
features = ["serde"]
version = "1.0.0"
[dev-dependencies.rstest]
version = "0.19.0"
[features]
default = ["protocol"]
metrics = []
protocol = []
[package]
authors = ["Sentry <hello@sentry.io>"]
description = "Common reusable types for implementing the sentry.io protocol.\n"
edition = "2021"
homepage = "https://sentry.io/welcome/"
keywords = ["sentry", "protocol"]
license = "Apache-2.0"
name = "sentry-types"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
rust-version = "1.73"
version = "0.34.0"
[package.metadata.docs.rs]
all-features = true