Cargo Features
[dependencies]
japanese-address-parser = { version = "0.2.0-rc.2", default-features = false, features = ["blocking", "city-name-correction", "eliminate-whitespaces", "experimental"] }
- default = city-name-correction
-
The
city-name-correction
feature is set by default wheneverjapanese-address-parser
is added without
somewhere in the dependency tree.default-features = false - blocking
- city-name-correction default
- format-house-number eliminate-whitespaces
- experimental
-
Affects
interactor::chimei_ruiju
,japanese-address-parser::experimental
,repository::chimei_ruiju
,service::chimei_ruiju
…