ax-feat 0.5.21

Top-level feature selection 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 = "ax-feat"
version = "0.5.21"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Top-level feature selection for ArceOS"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
aic8800-wifi = [
    "net",
    "ax-runtime/aic8800-wifi",
]
alloc = ["ax-alloc"]
backtrace = ["axbacktrace/alloc"]
default = ["alloc"]
defplat = ["ax-hal/defplat"]
display = [
    "paging",
    "dep:ax-display",
    "ax-runtime/display",
]
dma = ["paging"]
dwarf = ["axbacktrace/dwarf"]
ext-ld = ["ax-runtime/ext-ld"]
ext4fs = [
    "fs",
    "ax-fs-ng/ext4",
    "ax-runtime/fs-ext4",
]
fatfs = [
    "fs",
    "ax-fs-ng/fat",
    "ax-runtime/fs-fat",
]
fp-simd = ["ax-hal/fp-simd"]
fs = [
    "paging",
    "dep:ax-fs-ng",
    "ax-runtime/fs",
]
fs-times = [
    "fs",
    "ax-fs-ng/times",
]
hv = ["ax-hal/hv"]
input = [
    "paging",
    "dep:ax-input",
    "ax-runtime/input",
]
ipi = [
    "irq",
    "dep:ax-ipi",
    "ax-hal/ipi",
    "ax-runtime/ipi",
    "ax-task?/ipi",
]
irq = [
    "ax-hal/irq",
    "ax-runtime/irq",
    "ax-task?/irq",
    "ax-driver?/irq",
]
lockdep = [
    "multitask",
    "ax-sync/lockdep",
    "ax-kspin/lockdep",
]
multitask = [
    "ax-task/multitask",
    "ax-sync/multitask",
    "ax-runtime/multitask",
]
myplat = ["ax-hal/myplat"]
net = [
    "paging",
    "irq",
    "multitask",
    "dep:ax-net",
    "ax-runtime/net",
]
paging = [
    "ax-hal/paging",
    "ax-runtime/paging",
]
plat-dyn = [
    "paging",
    "ax-runtime/plat-dyn",
    "ax-config/plat-dyn",
]
rtc = [
    "ax-hal/rtc",
    "ax-runtime/rtc",
]
sched-cfs = [
    "ax-task/sched-cfs",
    "irq",
]
sched-fifo = ["ax-task/sched-fifo"]
sched-rr = [
    "ax-task/sched-rr",
    "irq",
]
smp = [
    "ax-hal/smp",
    "ax-runtime/smp",
    "ax-task?/smp",
    "ax-kspin/smp",
]
stack-guard-page = [
    "ipi",
    "multitask",
    "paging",
    "ax-task/stack-guard-page",
    "ax-runtime/stack-guard-page",
]
stack-protector = ["ax-runtime/stack-protector"]
task-ext = ["ax-task/task-ext"]
tls = [
    "ax-hal/tls",
    "ax-runtime/tls",
    "ax-task?/tls",
]
tracepoint-hooks = ["ax-task/tracepoint-hooks"]
usb = [
    "irq",
    "ax-driver?/usb",
]
uspace = [
    "ax-hal/uspace",
    "ax-task?/uspace",
]
vsock = ["ax-runtime/vsock"]
xuantie-c9xx = ["ax-hal/xuantie-c9xx"]

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

[dependencies.ax-alloc]
version = "0.8.4"
optional = true
default-features = false

[dependencies.ax-config]
version = "0.5.14"
optional = true

[dependencies.ax-display]
version = "0.5.19"
optional = true

[dependencies.ax-driver]
version = "0.8.1"
optional = true

[dependencies.ax-fs-ng]
version = "0.5.20"
optional = true

[dependencies.ax-hal]
version = "0.5.20"

[dependencies.ax-input]
version = "0.5.19"
optional = true

[dependencies.ax-ipi]
version = "0.5.19"
optional = true

[dependencies.ax-kspin]
version = "0.3.11"
optional = true

[dependencies.ax-log]
version = "0.5.14"

[dependencies.ax-net]
version = "0.8.0"
optional = true

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

[dependencies.ax-sync]
version = "0.5.20"
optional = true

[dependencies.ax-task]
version = "0.5.21"
optional = true

[dependencies.axbacktrace]
version = "0.4.2"