Cargo Features
Minidump has no features set by default.
[dependencies]
minidump = { version = "0.23.0", features = ["arbitrary_impls"] }
- arbitrary_impls = arbitrary
-
as soon as https://github.com/rust-lang/cargo/issues/5565 is on an old enough cargo
Enables arbitrary of minidump-common
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.