Cargo Features
[dependencies]
afrim = { version = "0.6.0", default-features = false, features = ["rhai", "strsim", "inhibit", "serde"] }
- default = rhai, strsim
-
These default features are set whenever
afrim
is added without
somewhere in the dependency tree.default-features = false - rhai default
-
Enables rhai of afrim-config and afrim-translator
- strsim default
-
Enables strsim of afrim-translator
- inhibit
-
Enables inhibit of afrim-preprocessor
- serde
-
Enables serde, serde of afrim-translator
AFRIM has 5 features without comments.