Cargo Features

[dependencies]
autocxx-engine = { version = "0.26.0", default-features = false, features = ["build", "nightly", "reproduction_case", "runtime", "static"] }
default = reproduction_case, runtime

These default features are set whenever autocxx-engine is added without default-features = false somewhere in the dependency tree.

build = cc
nightly

for doc generation purposes only; used by docs.rs

reproduction_case default = serde_json

Enables reproduction_case of autocxx-parser

runtime default

Enables runtime of autocxx-bindgen

static

Enables static of autocxx-bindgen

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?
serde_json reproduction_case