# 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-os" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library that combines all the mango operationg system crates in a single dependency." readme = "README.MD" keywords = [ "runtime", "kernel", ] categories = ["os"] license = "MIT" repository = "https://gitlab.com/cyloncore/mango" [lib] name = "mango_os" path = "src/lib.rs" [dependencies.mango-boot] version = "0.2.1" [dependencies.mango-core] version = "0.2.1" [dependencies.mango-hal] version = "0.2.1" [dependencies.mango-rt] version = "0.2.1" [dependencies.mango-test] version = "0.2.1" optional = true [features] default = [] qemu = [ "mango-hal/qemu", "mango-core/qemu", "mango-rt/qemu", "mango-test/qemu", ] rpi3 = [ "mango-hal/rpi3", "mango-boot/rpi3", ] rpi4 = [ "mango-hal/rpi4", "mango-boot/rpi4", ] test_build = [ "mango-hal/test_build", "dep:mango-test", ] x86_64 = [ "mango-hal/x86_64", "mango-boot/x86_64", ] [target.'cfg(target_arch = "aarch64")'.dependencies.mango_aarch64] version = "0.2.1"