Cargo Features

[dependencies]
yaxpeax-m16c = { version = "0.1.0", default-features = false, features = ["std", "use-serde", "serde_json"] }
default = std, use-serde

These default features are set whenever yaxpeax-m16c is added without default-features = false somewhere in the dependency tree.

std default

opt-in for some apis that are really much nicer with String

use-serde default = serde, serde_derive

Enables use-serde of yaxpeax-arch

yaxpeax-arch:

enables the (optional) use of Serde for bounds on
Arch and Arch::Address

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.

serde use-serde
serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format

serde_derive use-serde