[package] name = "kernel" version = "0.1.0" edition = "2021" [lib] name="kernel" test=false crate-type=["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "2.5.0" cfg-if = "1.0.0" crossbeam = { version = "0.8.4", default-features = false, features = ["alloc"] } hashbrown = "0.14.5" lazy_static = { version = "1.4.0", features = ["spin_no_std"] } log = "0.4.21" multiboot2 = "0.20.2" nalgebra = { version = "0.33.0", default-features = false } once = "0.3.4" pc-keyboard = "0.7.0" pic8259 = "0.11.0" spin = "0.9.8" talc = "4.4.1" uart_16550 = "0.3.0" x86 = "0.52.0" x86_64 = "0.15.1"