[package] name = "mango-core" version = "0.2.1" edition = "2021" license = "MIT" description = "Core Libraries for the mango operationg system." repository = "https://gitlab.com/cyloncore/mango" readme = "README.MD" keywords = ["runtime", "kernel"] categories = ["os"] [features] default = [] qemu = ["qemu-exit"] [dependencies] lazy_static = { version = "1.0", features = ["spin_no_std"]} spin = "0.9.8" qemu-exit = { version = "3.x.x", optional = true }