Cargo Features

[dependencies]
jp_utils = { version = "0.1.7", default-features = false, features = ["full", "hiragana", "furigana", "with_serde"] }
default = furigana

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

full = furigana, hiragana, serde
hiragana full?

Affects jp_utils::hiragana

furigana default full? = itertools

Affects jp_utils::furi, traits::AsReadingRef.encode

with_serde = serde

Enables serde of tinyvec

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.

itertools furigana

Enables itertools ^0.11

serde full? with_serde?