sentry-types 0.31.8

Common reusable types for implementing the sentry.io protocol.
Documentation
[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.18.2"

[features]
default = ["protocol"]
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.68"
version = "0.31.8"
[package.metadata.docs.rs]
all-features = true