|
@@ -1,7 +1,7 @@
|
|
|
[package]
|
|
|
name = "multiboot2-common"
|
|
|
description = """
|
|
|
-
|
|
|
+Common helpers for the `multiboot2` and `multiboot2-header` crates.
|
|
|
"""
|
|
|
version = "0.1.0"
|
|
|
authors = [
|
|
@@ -11,19 +11,16 @@ license = "MIT/Apache-2.0"
|
|
|
edition = "2021"
|
|
|
categories = [
|
|
|
"no-std",
|
|
|
- "parsing",
|
|
|
+ "no-std::no-alloc",
|
|
|
]
|
|
|
keywords = [
|
|
|
- "Multiboot2",
|
|
|
- "kernel",
|
|
|
- "boot",
|
|
|
- "bootloader",
|
|
|
+ "Multiboot2"
|
|
|
]
|
|
|
readme = "README.md"
|
|
|
homepage = "https://github.com/rust-osdev/multiboot2"
|
|
|
repository = "https://github.com/rust-osdev/multiboot2"
|
|
|
documentation = "https://docs.rs/multiboot2-common"
|
|
|
-#rust-version = "1.70"
|
|
|
+rust-version = "1.70"
|
|
|
|
|
|
[features]
|
|
|
default = ["builder"]
|