[package] edition = "2021" name = "kernel" version = "0.2.0" [dependencies] linked_list_allocator = "0.9" slab = { version = "0.4", default-features = false } spin = "0.9" versioning = { git = "https://git.ablecorp.us/able/aos_userland" } tracing = { version = "0.1", default-features = false, features = ["attributes"] } [dependencies.crossbeam-queue] version = "0.3" default-features = false features = ["alloc"] [target.'cfg(target_arch = "x86_64")'.dependencies] limine = "0.1" uart_16550 = "0.2" x86_64 = "0.14"