Cargo Features

mr_bundle has no features set by default.

[dependencies]
mr_bundle = { version = "0.4.0-dev.1", features = ["packing", "fuzzing"] }
packing = serde_yaml

Enables tokio of holochain_util

Affects error::UnpackingError, error::UnpackingResult, error::PackingError, error::PackingResult, manifest::Manifest.path, manifest::Manifest.bundle_extension, util::prune_path

fuzzing = arbitrary, proptest, proptest-derive, test-strategy

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.

reminder - do not use workspace deps

proptest-derive fuzzing?
test-strategy fuzzing?
serde_yaml packing?
arbitrary fuzzing?
proptest fuzzing?