# 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 = "mango-boot" version = "0.2.1" build = false exclude = ["data"] autobins = false autoexamples = false autotests = false autobenches = false description = "Bootloader for the mango operationg system." readme = "README.MD" keywords = [ "runtime", "kernel", ] categories = ["os"] license = "MIT" repository = "https://gitlab.com/cyloncore/mango" [lib] name = "mango_boot" path = "src/lib.rs" [dependencies.bootloader] version = "0.9" features = ["map_physical_memory"] optional = true [dependencies.mango-hal] version = "0.2.1" [dependencies.tock-registers] version = "0.8.x" features = ["register_types"] optional = true default-features = false [features] default = [] rpi3 = [ "tock-registers", "mango-hal/rpi3", ] rpi4 = [ "tock-registers", "mango-hal/rpi4", ] x86_64 = ["dep:bootloader"] [target.'cfg(target_arch = "aarch64")'.dependencies.aarch64-cpu] version = "9.x.x" [target.'cfg(target_arch = "aarch64")'.dependencies.mango_aarch64] version = "0.2.1"