acpica-bindings 0.1.2

Incomplete rust bindings to Intel's ACPICA kernel subsystem
Documentation
[build-dependencies.cc]
version = "1.0"

[build-dependencies.flate2]
version = "1"

[build-dependencies.tar]
version = "0.4"

[dependencies.bitfield-struct]
default-features = false
version = "0.5"

[dependencies.bitvec]
default-features = false
optional = true
version = "1"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.spin]
default-features = false
features = ["mutex", "spin_mutex"]
version = "0.9.8"

[dependencies.x86_64]
default-features = false
optional = true
version = "0.14"

[features]
builtin_cache = ["bitvec/alloc"]
builtin_lock = []
builtin_semaphore = []
default = ["builtin_cache", "builtin_lock", "builtin_semaphore"]

[package]
authors = ["Mark Ross"]
categories = ["api-bindings", "hardware-support", "no-std"]
description = "Incomplete rust bindings to Intel's ACPICA kernel subsystem"
edition = "2021"
keywords = ["osdev", "acpi"]
license = "MIT"
name = "acpica-bindings"
readme = "README.md"
repository = "https://github.com/MarkRoss470/acpica-rust-bindings"
version = "0.1.2"