# 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 = "privilege_level" version = "0.1.1" authors = ["Matt Provost "] description = "Quick and simple access to the current privilege level of the CPU" homepage = "https://github.com/BSFishy/sanders/tree/develop/crates/privilege_level" documentation = "https://docs.rs/privilege_level" readme = "readme.md" keywords = ["privilege_level", "ring_level", "ring_layer", "cpu_privilege", "cpu_permission"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/BSFishy/sanders/" resolver = "2" [dependencies.bit_field] version = "0.10.1" [dependencies.cfg-if] version = "1.0.0" [target."cfg(target_arch = \"x86_64\")".dependencies.x86_64] version = "0.14.5"