axlibc 0.3.0-preview.3

ArceOS user program library for C apps
Documentation
# 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 = "axlibc"
version = "0.3.0-preview.3"
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"
homepage = "https://github.com/arceos-org/arceos"
readme = false
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
repository = "https://github.com/arceos-org/arceos/tree/main/ulib/axlibc"

[features]
alloc = ["arceos_posix_api/alloc"]
default = []
defplat = ["axfeat/defplat"]
epoll = ["arceos_posix_api/epoll"]
fd = []
fp-simd = ["axfeat/fp-simd"]
fs = [
    "arceos_posix_api/fs",
    "fd",
]
irq = [
    "arceos_posix_api/irq",
    "axfeat/irq",
]
multitask = ["arceos_posix_api/multitask"]
myplat = ["axfeat/myplat"]
net = [
    "arceos_posix_api/net",
    "fd",
]
pipe = ["arceos_posix_api/pipe"]
select = ["arceos_posix_api/select"]
smp = ["arceos_posix_api/smp"]
tls = [
    "alloc",
    "axfeat/tls",
]

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

[dependencies.arceos_posix_api]
version = "=0.3.0-preview.3"

[dependencies.axerrno]
version = "0.2"

[dependencies.axfeat]
version = "=0.3.0-preview.3"

[dependencies.axio]
version = "0.3.0-pre.1"

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