# 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 = "pluggable_interrupt_os" version = "0.4.3" authors = ["gjf2a "] description = "Enables user to create a simple x86 OS by supplying interrupt handlers" readme = "README.md" keywords = [ "x86-interrupts", "teaching-os", ] categories = [ "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/gjf2a/pluggable_interrupt_os" [dependencies.bootloader] version = "0.9.8" [dependencies.lazy_static] version = "1.0" features = ["spin_no_std"] [dependencies.pc-keyboard] version = "0.5.1" [dependencies.pic8259] version = "0.10.1" [dependencies.spin] version = "0.5.2" [dependencies.uart_16550] version = "0.2.0" [dependencies.volatile] version = "0.2.6" [dependencies.x86_64] version = "0.14.2"