sentry-types 0.8.1

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]
name = "sentry-types"
version = "0.8.1"
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"

[dependencies.debugid]
version = "0.3.0"

[dependencies.failure]
version = "0.1.2"

[dependencies.failure_derive]
version = "0.1.2"

[dependencies.serde]
version = "1.0.79"
optional = true

[dependencies.serde_derive]
version = "1.0.79"
optional = true

[dependencies.serde_json]
version = "1.0.27"
optional = true

[dependencies.url]
version = "1.7.1"

[dependencies.url_serde]
version = "0.2.0"
optional = true

[dependencies.uuid]
version = "0.7.1"
features = ["v4"]

[features]
default = ["with_protocol", "with_serde"]
with_protocol = ["with_serde"]
with_serde = ["serde", "serde_derive", "serde_json", "url_serde", "chrono/serde", "uuid/serde", "debugid/with_serde"]
[badges.travis-ci]
repository = "getsentry/rust-sentry-types"