ax-libc 0.5.12

ArceOS user program library for C apps
# 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-libc"
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 = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS user program library for C apps"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
alloc = ["ax-posix-api/alloc"]
default = []
defplat = ["ax-feat/defplat"]
epoll = ["ax-posix-api/epoll"]
fd = ["ax-posix-api/fd"]
fp-simd = ["ax-feat/fp-simd"]
fs = [
    "ax-posix-api/fs",
    "fd",
]
irq = [
    "ax-posix-api/irq",
    "ax-feat/irq",
]
lockdep = [
    "ax-posix-api/lockdep",
    "ax-feat/lockdep",
]
multitask = ["ax-posix-api/multitask"]
myplat = ["ax-feat/myplat"]
net = [
    "ax-posix-api/net",
    "fd",
]
pipe = ["ax-posix-api/pipe"]
select = ["ax-posix-api/select"]
smp = ["ax-posix-api/smp"]
tls = [
    "alloc",
    "ax-feat/tls",
]

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

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

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

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

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

[build-dependencies.bindgen]
version = "0.72"