breakpad 0.1.0

Basic breakpad/crashpad wrapper for Rust
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 = "breakpad"
version = "0.1.0"
authors = ["Jan Michael Auer <jan.auer@sentry.io>"]
build = "build.rs"
description = "Basic breakpad/crashpad wrapper for Rust"
homepage = "https://github.com/getsentry/breakpad"
documentation = "https://docs.rs/breakpad"
readme = "README.md"
keywords = ["breakpad", "crashpad", "minidump"]
license = "BSD-3-Clause"
[dependencies.uuid]
version = "0.5"
features = ["use_std"]

[dependencies.error-chain]
version = "0.11"
[dev-dependencies.difference]
version = "1.0"