ax-feat 0.5.13

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.13"
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]
alloc = [
    "ax-alloc",
    "ax-runtime/alloc",
]
alloc-buddy = ["ax-alloc/buddy"]
alloc-slab = ["ax-alloc/slab"]
alloc-tlsf = ["ax-alloc/tlsf"]
bus-mmio = ["ax-driver?/bus-mmio"]
bus-pci = ["ax-driver?/bus-pci"]
default = ["alloc"]
defplat = ["ax-hal/defplat"]
display = [
    "alloc",
    "paging",
    "ax-driver/virtio-gpu",
    "dep:ax-display",
    "ax-runtime/display",
]
dma = [
    "alloc",
    "paging",
]
driver-ahci = ["ax-driver?/ahci"]
driver-bcm2835-sdhci = ["ax-driver?/bcm2835-sdhci"]
driver-cvsd = ["ax-driver?/cvsd"]
driver-fxmac = ["ax-driver?/fxmac"]
driver-ixgbe = ["ax-driver?/ixgbe"]
driver-ramdisk = [
    "ax-driver?/ramdisk",
    "ax-fs?/use-ramdisk",
]
driver-sdmmc = ["ax-driver?/sdmmc"]
dwarf = [
    "alloc",
    "axbacktrace/dwarf",
]
fp-simd = ["ax-hal/fp-simd"]
fs = [
    "alloc",
    "paging",
    "ax-driver/virtio-blk",
    "dep:ax-fs",
    "ax-runtime/fs",
]
fs-ng = [
    "fs",
    "ax-runtime/fs-ng",
]
fs-ng-ext4 = [
    "fs-ng",
    "ax-fs-ng/ext4",
]
fs-ng-fat = [
    "fs-ng",
    "ax-fs-ng/fat",
]
fs-ng-times = [
    "fs-ng",
    "ax-fs-ng/times",
]
hv = ["ax-hal/hv"]
input = [
    "alloc",
    "paging",
    "ax-driver/virtio-input",
    "dep:ax-input",
    "ax-runtime/input",
]
ipi = [
    "irq",
    "dep:ax-ipi",
    "ax-hal/ipi",
    "ax-runtime/ipi",
]
irq = [
    "alloc",
    "ax-hal/irq",
    "ax-runtime/irq",
    "ax-task?/irq",
    "ax-driver?/irq",
]
lockdep = [
    "multitask",
    "ax-sync/lockdep",
    "ax-kspin/lockdep",
]
multitask = [
    "alloc",
    "ax-task/multitask",
    "ax-sync/multitask",
    "ax-runtime/multitask",
]
myplat = ["ax-hal/myplat"]
net = [
    "alloc",
    "paging",
    "ax-driver/virtio-net",
    "dep:ax-net",
    "ax-runtime/net",
]
net-ng = [
    "net",
    "irq",
    "multitask",
    "ax-runtime/net-ng",
]
page-alloc-4g = ["ax-alloc/page-alloc-4g"]
page-alloc-64g = ["ax-alloc/page-alloc-64g"]
paging = [
    "alloc",
    "ax-hal/paging",
    "ax-runtime/paging",
]
plat-dyn = [
    "ax-hal/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 = [
    "alloc",
    "ax-hal/smp",
    "ax-runtime/smp",
    "ax-task?/smp",
    "ax-kspin/smp",
]
task-ext = ["ax-task/task-ext"]
tls = [
    "alloc",
    "ax-hal/tls",
    "ax-runtime/tls",
    "ax-task?/tls",
]
uspace = [
    "ax-hal/uspace",
    "ax-task?/uspace",
]
vsock = ["ax-runtime/vsock"]

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

[dependencies.ax-alloc]
version = "0.6.0"
optional = true

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.axbacktrace]
version = "0.3.8"