Cargo Features
hunspell-sys has no features set by default.
[dependencies]
hunspell-sys = { version = "0.3.1", features = ["bundled", "static_libclang", "static"] }
- default build
-
These default features are set whenever
hunspell-sys
is added without
somewhere in the dependency tree.default-features = false Enables runtime of bindgen ^0.61.0
- bundled = cc
- static_libclang build
-
link libclang statically
Enables static of bindgen ^0.61.0
- static
-
link system hunspell statically
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.