# 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 = "hos_kernel" version = "0.1.0" authors = ["Bryan Maynard "] description = "The kernel for HOS: the Happy Operating System 😊" license = "MIT OR Apache-2.0" repository = "https://github.com/bsgbryan/hos" [[bin]] name = "hos_kernel" path = "src/main.rs" test = false bench = false [dependencies.bootloader_api] version = "0.11.2" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.linked_list_allocator] version = "0.9.0" [dependencies.pc-keyboard] version = "0.5.0" [dependencies.pic8259] version = "0.10.1" [dependencies.spin] version = "0.5.2" [dependencies.volatile] version = "0.2.6" [dependencies.x86_64] version = "0.14.2"