sentry-types 0.22.0

Common reusable types for implementing the sentry.io protocol.
Documentation
[dependencies.chrono]
default-features = false
features = ["clock", "std", "serde"]
version = "0.4.10"

[dependencies.debugid]
features = ["serde"]
version = "0.7.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.46"

[dependencies.thiserror]
version = "1.0.15"

[dependencies.url]
features = ["serde"]
version = "2.1.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "0.8.1"

[features]
default = ["protocol"]
protocol = []

[package]
authors = ["Sentry <hello@sentry.io>"]
description = "Common reusable types for implementing the sentry.io protocol.\n"
edition = "2018"
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"
version = "0.22.0"
[package.metadata.docs.rs]
all-features = true