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 wheneverjp_utils
is added without
somewhere in the dependency tree.default-features = false - full = furigana, hiragana, serde
- hiragana full?
-
Affects
jp_utils::hiragana
… - furigana default full? = itertools
-
Affects
jp_utils::furi
,traits::AsReadingRef.encode
… - with_serde = 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.
- itertools furigana
-
Enables itertools ^0.11
- serde full? with_serde?