# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "aml" version = "0.16.4" authors = ["Isaac Woods"] description = "Library for parsing AML" readme = "README.md" categories = [ "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-osdev/acpi" [dependencies.bit_field] version = "0.10" [dependencies.bitvec] version = "1.0.1" features = [ "alloc", "atomic", ] default-features = false [dependencies.byteorder] version = "1" default-features = false [dependencies.log] version = "0.4" [dependencies.spinning_top] version = "0.2.4"