# 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 = "amongos" version = "0.11.0" authors = ["Emirhan TALA "] description = "A small sussy operating system written with the Rust programming language. Developed by following Philipp Oppermann's Writing an OS in Rust blog." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Emivvvvv/AmongOS" [package.metadata.bootimage] build-command = ["build"] run-command = [ "qemu-system-x86_64", "-drive", "format=raw,file={}", ] test-args = [ "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", ] test-success-exit-code = 33 test-timeout = 300 [[test]] name = "should_panic" harness = false [[test]] name = "stack_overflow" harness = false [dependencies.bootloader] version = "0.9.23" features = ["map_physical_memory"] [dependencies.lazy_static] version = "1.0" features = ["spin_no_std"] [dependencies.linked_list_allocator] version = "0.9.0" [dependencies.pc-keyboard] version = "0.5.0" [dependencies.pic8259] version = "0.10.1" [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"