# 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 = "2018" name = "rusty-os" version = "1.1.0" authors = ["Roberto Valenzuela "] description = "Rusty-OS is a simple kernel for embedded systems written in Rust" homepage = "https://github.com/roemvaar/rusty-os" documentation = "https://github.com/roemvaar/rusty-os/tree/main/docs" readme = "README.md" keywords = [ "kernel", "rtos", ] categories = ["embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/roemvaar/rusty-os/tree/main/src" [package.metadata.bootimage] test-args = [ "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", "-display", "none", ] test-success-exit-code = 33 [[test]] name = "should_panic" harness = false [dependencies.bootloader] version = "0.9.23" [dependencies.lazy_static] version = "1.0" features = ["spin_no_std"] [dependencies.spin] version = "0.5.2" [dependencies.uart_16550] version = "0.2.0" [dependencies.volatile] version = "0.2.6" [dependencies.x86_64] version = "0.14.2"