Cargo Features

[dependencies]
hyperscan-sys = { version = "0.3.2", default-features = false, features = ["full", "chimera", "compile", "contained", "gen", "runtime", "static", "tracing", "docsrs"] }
default = runtime

The runtime feature is set by default whenever hyperscan-sys is added without default-features = false somewhere in the dependency tree.

full docsrs? = compile, runtime
chimera docsrs? = static

Affects hyperscan-sys::chimera

compile full?
contained = static
gen = bindgen, tracing
runtime default full?
static chimera? contained?
tracing gen?
docsrs = chimera, full

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.

bindgen build gen?

Enables bindgen ^0.63