ax-std 0.5.17

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.17"
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]
aarch64-qemu-virt = [
    "alloc",
    "tls",
    "fd",
]
alloc = [
    "ax-api/alloc",
    "ax-feat/alloc",
    "ax-io/alloc",
    "ax-posix-api/alloc",
]
backtrace = ["ax-feat/backtrace"]
default = [
    "alloc",
    "tls",
    "fd",
]
defplat = [
    "alloc",
    "tls",
    "fd",
    "ax-feat/defplat",
]
display = [
    "ax-api/display",
    "ax-feat/display",
]
dma = [
    "ax-api/dma",
    "ax-feat/dma",
]
dns = []
dwarf = ["ax-feat/dwarf"]
ext-ld = ["ax-feat/ext-ld"]
ext4fs = ["fs"]
fatfs = ["fs"]
fd = [
    "ax-posix-api/fd",
    "ax-posix-api/poll",
]
fp-simd = ["ax-feat/fp-simd"]
fs = [
    "ax-api/fs",
    "ax-feat/fs",
    "ax-posix-api/fs",
    "ax-driver/plat-static",
    "ax-driver/virtio-blk",
    "fd",
]
hv = ["ax-feat/hv"]
input = ["ax-feat/input"]
ipi = [
    "ax-api/ipi",
    "ax-feat/ipi",
]
irq = [
    "ax-api/irq",
    "ax-feat/irq",
    "ax-posix-api/irq",
]
lockdep = [
    "ax-feat/lockdep",
    "ax-posix-api/lockdep",
]
loongarch64-qemu-virt = [
    "alloc",
    "tls",
    "fd",
    "ax-hal/loongarch64-qemu-virt",
]
multitask = [
    "ax-api/multitask",
    "ax-feat/multitask",
    "ax-posix-api/multitask",
]
myplat = [
    "alloc",
    "tls",
    "fd",
    "ax-feat/myplat",
]
net = [
    "ax-api/net",
    "ax-feat/net",
    "ax-posix-api/net",
    "ax-driver/plat-static",
    "ax-driver/virtio-net",
    "fd",
]
paging = [
    "ax-feat/paging",
    "alloc",
]
plat-dyn = [
    "alloc",
    "tls",
    "fd",
    "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",
    "ax-posix-api/smp",
]
stack-guard-page = [
    "multitask",
    "paging",
    "ax-feat/stack-guard-page",
]
std-compat = [
    "ax-alloc/global-allocator",
    "ax-runtime/std-compat",
]
task-ext = ["ax-feat/task-ext"]
tls = ["ax-feat/tls"]
uspace = ["ax-feat/uspace"]
virtio-blk = ["ax-driver/virtio-blk"]
virtio-gpu = ["ax-driver/virtio-gpu"]
virtio-input = ["ax-driver/virtio-input"]
virtio-net = ["ax-driver/virtio-net"]
virtio-socket = ["ax-driver/virtio-socket"]
x86-pc = [
    "alloc",
    "tls",
    "fd",
    "ax-hal/x86-pc",
]

[lib]
name = "ax_std"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.ax-alloc]
version = "0.8.1"
default-features = false

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

[dependencies.ax-driver]
version = "0.7.0"

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

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

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

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

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

[dependencies.ax-lazyinit]
version = "0.4.8"

[dependencies.ax-posix-api]
version = "0.5.18"

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

[dependencies.libc]
version = "0.2"
default-features = false

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

[dependencies.spin]
version = "0.12"