Cargo Features

[dependencies]
acpica-bindings = { version = "0.1.2", default-features = false, features = ["builtin_cache", "builtin_lock", "builtin_semaphore", "x86_64"] }
default = builtin_cache, builtin_lock, builtin_semaphore

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

builtin_cache default

Enables alloc of bitvec

Optional dependencies

builtin_lock default
builtin_semaphore default

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.

bitvec builtin_cache
x86_64 implicit feature

Enables x86_64 ^0.14

x86_64:

Support for x86_64 specific instructions, registers, and structures