arceos-rust-interface 1.0.0

Arceos ABI definitions
# 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-interface"
version = "1.0.0"
authors = ["eternalcomet <mydragonos@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arceos ABI definitions"
readme = false
keywords = [
    "arceos",
    "kernel",
]
categories = [
    "os",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

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

[lib]
name = "arceos_rust_interface"
crate-type = ["staticlib"]
path = "src/lib.rs"

[dependencies.ax-api]
version = "0.5.12"
features = ["alloc"]

[dependencies.ax-errno]
version = "0.4.7"

[dependencies.ax-feat]
version = "0.5.12"

[dependencies.ax-io]
version = "0.5.4"

[dependencies.ax-kspin]
version = "0.3.7"

[dependencies.ax-posix-api]
version = "0.5.12"
features = ["use-hermit-types"]

[dependencies.ax-runtime]
version = "0.5.12"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9.2"
features = ["small_rng"]
default-features = false