sentry-types 0.11.0

Common reusable types for implementing the sentry.io protocol.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.debugid]
version = "0.4.0"
features = ["with_serde"]

[dependencies.failure]
version = "0.1.5"

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

[dependencies.serde_json]
version = "1.0.38"

[dependencies.url]
version = "1.7.2"

[dependencies.url_serde]
version = "0.2.0"

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

[features]
default = ["with_protocol"]
with_protocol = []
with_serde = []
[badges.travis-ci]
repository = "getsentry/rust-sentry-types"