debugid 0.3.0

Common reusable types for implementing the sentry.io protocol.
Documentation
[package]
name = "debugid"
version = "0.3.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>"]

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

[dependencies]
uuid = "0.7.0"
regex = "1.0.5"
lazy_static = "1.1.0"
serde = { version = "1.0.78", optional = true }

[dev-dependencies]
serde_json = "1.0.27"