Cargo Features
[dependencies]
autocxx-engine = { version = "0.27.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
somewhere in the dependency tree.default-features = false - 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 =0.69.5
- static
-
Enables static of autocxx-bindgen =0.69.5
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.