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 default-features = false somewhere in the dependency tree.

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.

cc build bundled?