Cargo Features
[dependencies]
ext-php-rs-bindgen = { version = "0.72.1-extphprs.1", default-features = false, features = ["logging", "static", "runtime", "experimental", "prettyplease"] }
- default = logging, prettyplease, runtime
-
These default features are set whenever
ext-php-rs-bindgenis added withoutsomewhere in the dependency tree.default-features = false - logging default
-
Enables log
- static
-
Enables static of ext-php-rs-clang-sys
- runtime default
-
Enables runtime of ext-php-rs-clang-sys
- experimental
-
Enables annotate-snippets ^0.11.4
Affects
callbacks::ParseCallbacks.wrap_as_variadic_fn… - __cli
-
The following features are for internal use and they shouldn't be used if you're not hacking on bindgen Features used by
bindgen-cliEnables clap and clap_complete
Affects
callbacks::ParseCallbacks.cli_args…
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.
- prettyplease default