sentry-types 0.14.1

Common reusable types for implementing the sentry.io protocol.
Documentation
[badges.travis-ci]
repository = "getsentry/rust-sentry-types"
[dependencies.chrono]
features = ["serde"]
version = "0.4.10"

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

[dependencies.failure]
version = "0.1.6"

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

[dependencies.serde_json]
version = "1.0.46"

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

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

[features]
default = ["with_protocol"]
with_protocol = []
with_serde = []

[package]
authors = ["Sentry <hello@sentry.io>"]
description = "Common reusable types for implementing the sentry.io protocol."
documentation = "https://docs.rs/sentry-types"
edition = "2018"
exclude = [".vscode/**/*", "scripts/**/*"]
homepage = "https://sentry.io/"
keywords = ["sentry", "protocol"]
license = "Apache-2.0"
name = "sentry-types"
readme = "README.md"
repository = "https://github.com/getsentry/rust-sentry-types"
version = "0.14.1"