Cargo Features

isbn3 has no features set by default.

[dependencies]
isbn3 = { version = "0.4.4", features = ["ranges", "runtime-ranges", "serialize"] }
ranges runtime-ranges? = codegen, roxmltree

Affects isbn3::range

runtime-ranges = indexmap, quick-xml, ranges

Affects isbn3::range

serialize = serde

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.

quick-xml runtime-ranges?

Enables quick-xml ^0.36

indexmap runtime-ranges?
serde serialize?
codegen build ranges?
roxmltree build ranges?