ax-std 0.5.12

ArceOS user library with an interface similar to rust std
# 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-std"
version = "0.5.12"
authors = [
    "Yuekai Jia <equation618@gmail.com>",
    "yanjuguang <coolyanjg@163.com>",
    "wudashuai <wu-ds20@mails.tsinghua.edu.cn>",
    "yfblock <321353225@qq.com>",
    "scPointer <bhy18@mails.tsinghua.edu.cn>",
    "Shiping Yuan <robert_yuan@pku.edu.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS user library with an interface similar to rust std"
readme = false
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 = []
defplat = ["ax-feat/defplat"]
display = [
    "ax-api/display",
    "ax-feat/display",
]
dma = [
    "ax-api/dma",
    "ax-feat/dma",
]
dns = []
driver-ahci = ["ax-feat/driver-ahci"]
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"]
driver-sdmmc = ["ax-feat/driver-sdmmc"]
dwarf = ["ax-feat/dwarf"]
ext4fs = [
    "ax-api/fs",
    "ax-feat/fs",
]
fatfs = [
    "ax-api/fs",
    "ax-feat/fs",
]
fp-simd = ["ax-feat/fp-simd"]
fs = [
    "ax-api/fs",
    "ax-feat/fs",
]
hv = ["ax-feat/hv"]
input = ["ax-feat/input"]
ipi = [
    "ax-api/ipi",
    "ax-feat/ipi",
]
irq = [
    "ax-api/irq",
    "ax-feat/irq",
]
lockdep = ["ax-feat/lockdep"]
multitask = [
    "ax-api/multitask",
    "ax-feat/multitask",
]
myplat = ["ax-feat/myplat"]
net = [
    "ax-api/net",
    "ax-feat/net",
]
page-alloc-4g = ["ax-feat/page-alloc-4g"]
page-alloc-64g = ["ax-feat/page-alloc-64g"]
paging = [
    "ax-feat/paging",
    "alloc",
]
plat-dyn = ["ax-feat/plat-dyn"]
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",
]
task-ext = ["ax-feat/task-ext"]
tls = ["ax-feat/tls"]
uspace = ["ax-feat/uspace"]

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

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

[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-lazyinit]
version = "0.4.6"

[dependencies.lock_api]
version = "0.4"
default-features = false

[dependencies.spin]
version = "0.10"