debugid 0.7.0

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

[dependencies]
uuid = "0.8.1"
regex = "1.1.0"
lazy_static = "1.2.0"
serde = { version = "1.0.85", optional = true }

[dev-dependencies]
serde_json = "1.0.37"