minidump-common 0.10.0

Some common types for working with minidump files.
Documentation
[package]
name = "minidump-common"
description = "Some common types for working with minidump files."
version = "0.10.0"
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/luser/rust-minidump"
repository = "https://github.com/luser/rust-minidump"
edition = "2018"

[badges]
travis-ci = { repository = "luser/rust-minidump" }

[dependencies]
arbitrary = { version = "1", optional = true, features = ["derive"] }
bitflags = "1.3.2"
debugid = "0.7.3"
enum-primitive-derive = "0.2.2"
log = "0.4.1"
num-traits = "0.2"
range-map = "0.1.5"
scroll = { version = "0.11.0", features = ["derive"] }
smart-default = "0.6.0"