# 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 = "2021" name = "complete-pic" version = "0.3.1" authors = ["binds "] exclude = ["./.github/*"] description = "A complete interface for the legacy 8259 PIC and the newer APIC." homepage = "https://github.com/akabinds/complete-pic" readme = "README.md" keywords = [ "no_std", "os", "osdev", "x86", "x86-64", ] categories = [ "no-std", "no-std::no-alloc", "hardware-support", ] license = "MIT" repository = "https://github.com/akabinds/complete-pic" [package.metadata.docs.rs] all-features = true [dependencies.x86_64] version = "0.14.10" features = ["instructions"] default-features = false [features] 8259pic = [] apic = [] default = ["apic"]