# 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. cargo-features = ["named-profiles"] [package] edition = "2021" name = "neutron_kernel" version = "0.1.1" description = "A rust-based kernel for riscv and arm" license = "BSD-3-Clause" resolver = "2" [profile.dev] panic = "abort" [profile.release] panic = "abort" [profile.test] [lib] crate-type = ["staticlib"] bench = false [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.linked_list_allocator] version = "0.9.0" [dependencies.spin] version = "0.9.2" [dependencies.volatile] version = "0.4.4"