Cargo Features

Dipa has no features set by default.

[dependencies]
dipa = { version = "0.1.1", features = ["derive", "impl-tester"] }
derive = dipa-derive
impl-tester = bincode

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.

bincode impl-tester?
dipa-derive derive?

Enables dipa-derive

Optional Dependencies