Cargo Features

[dependencies]
patchable = { version = "0.5.9", default-features = false, features = ["full", "serde", "impl_from"] }
default = serde

The serde feature is set by default whenever patchable is added without default-features = false somewhere in the dependency tree.

full = impl_from, serde
serde default full?

Enables serde of patchable-macro

impl_from full?

Enables impl_from of patchable-macro

Patchable has 4 features without comments.