debugid 0.1.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]
name = "debugid"
version = "0.1.0"
authors = ["Sentry <hello@sentry.io>"]
description = "Common reusable types for implementing the sentry.io protocol."
homepage = "https://sentry.io/"
documentation = "https://docs.rs/debugid"
readme = "README.md"
keywords = ["sentry", "debugid", "breakpad", "crashpad"]
license = "Apache-2.0"
repository = "https://github.com/getsentry/rust-debugid"
[dependencies.lazy_static]
version = "1.0.0"

[dependencies.regex]
version = "0.2.10"

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

[dependencies.serde_plain]
version = "0.3.0"
optional = true

[dependencies.uuid]
version = "0.6.2"

[features]
default = []
with_serde = ["serde", "serde_plain"]