arceos-rust 0.1.1

Rust std support for ArceOS
# 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 = "2024"
name = "arceos-rust"
version = "0.1.1"
authors = ["eternalcomet <mydragonos@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust std support for ArceOS"
readme = false
license = "Apache-2.0"

[features]
alloc = []
alloc-buddy = []
alloc-slab = []
alloc-tlsf = []
bus-mmio = []
bus-pci = []
default = []
defplat = []
display = []
dma = []
dns = []
driver-bcm2835-sdhci = []
driver-fxmac = []
driver-ixgbe = []
driver-ramdisk = []
fd = []
fp-simd = []
fs = []
ipi = []
irq = []
log-level-debug = []
log-level-error = []
log-level-info = []
log-level-off = []
log-level-trace = []
log-level-warn = []
multitask = []
myplat = []
net = []
page-alloc-4g = []
page-alloc-64g = []
paging = []
rtc = []
sched-cfs = []
sched-fifo = []
sched-rr = []
smp = []
tls = []

[lib]
name = "arceos_rust"
path = "src/lib.rs"