starry-api 0.1.0

System call API layer for Starry OS, providing Linux-compatible syscall implementations
# 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 = "starry-api"
version = "0.1.0"
authors = [
    "Azure-stars <Azure_stars@126.com>",
    "Yuekai Jia <equation618@gmail.com>",
    "KylinSoft Co., Ltd. <https://www.kylinos.cn/>",
    "朝倉水希 <asakuramizu111@gmail.com>",
    "Mivik <mivikq@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System call API layer for Starry OS, providing Linux-compatible syscall implementations"
homepage = "https://github.com/arceos-org/arceos"
readme = false
license = "Apache-2.0"
repository = "https://github.com/arceos-org/starry-next"
resolver = "2"

[features]
dev-log = []
input = ["dep:axinput"]
memtrack = [
    "axfeat/dwarf",
    "axalloc/tracking",
    "dep:gimli",
]
vsock = ["axnet/vsock"]

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

[dependencies.axalloc]
version = "0.2.2-preview.1"

[dependencies.axbacktrace]
version = "0.1"

[dependencies.axconfig]
version = "0.2.2-preview.1"

[dependencies.axdisplay]
version = "0.2.2-preview.1"

[dependencies.axdriver]
version = "0.2.2-preview.1"

[dependencies.axerrno]
version = "0.2"

[dependencies.axfeat]
version = "0.2.2-preview.1"
features = [
    "alloc-slab",
    "fp-simd",
    "fs-ext4",
    "irq",
    "multitask",
    "net",
    "page-alloc-4g",
    "rtc",
    "sched-rr",
    "task-ext",
    "uspace",
]

[dependencies.axfs]
version = "0.2.2-preview.1"

[dependencies.axfs-ng-vfs]
version = "0.1"

[dependencies.axhal]
version = "0.2.2-preview.5"

[dependencies.axinput]
version = "0.2.2-preview.1"
optional = true

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

[dependencies.axlog]
version = "0.2.2-preview.1"

[dependencies.axmm]
version = "0.2.2-preview.1"

[dependencies.axnet]
version = "0.2.2-preview.1"

[dependencies.axpoll]
version = "0.1"

[dependencies.axsync]
version = "0.2.2-preview.1"

[dependencies.axtask]
version = "0.2.2-preview.3"

[dependencies.bitflags]
version = "2.10"

[dependencies.bitmaps]
version = "3.2.1"
default-features = false

[dependencies.bytemuck]
version = "1.23"
features = ["unsound_ptr_pod_impl"]

[dependencies.cfg-if]
version = "1.0"

[dependencies.chrono]
version = "0.4.41"
default-features = false

[dependencies.downcast-rs]
version = "2.0"
features = ["sync"]
default-features = false

[dependencies.event-listener]
version = "5.4.0"
default-features = false

[dependencies.flatten_objects]
version = "0.2.4"

[dependencies.gimli]
version = "0.31"
optional = true
default-features = false

[dependencies.hashbrown]
version = "0.16"

[dependencies.indoc]
version = "2"

[dependencies.inherit-methods-macro]
version = "0.1.0"

[dependencies.kspin]
version = "0.1"

[dependencies.lazy_static]
version = "1.5"
features = ["spin_no_std"]

[dependencies.linkme]
version = "0.3.33"

[dependencies.linux-raw-sys]
version = "0.11"
features = [
    "no_std",
    "general",
    "net",
    "prctl",
    "system",
    "ioctl",
    "loop_device",
]
default-features = false

[dependencies.memory_addr]
version = "0.4"

[dependencies.num_enum]
version = "0.7"
default-features = false

[dependencies.rand]
version = "0.9.1"
features = [
    "alloc",
    "small_rng",
]
default-features = false

[dependencies.ringbuf]
version = "0.4.8"
features = ["alloc"]
default-features = false

[dependencies.scope-local]
version = "0.1"

[dependencies.slab]
version = "0.4.9"
default-features = false

[dependencies.spin]
version = "0.10"

[dependencies.starry-core]
version = "0.1.0"

[dependencies.starry-process]
version = "0.2"

[dependencies.starry-signal]
version = "0.2.4-preview.1"

[dependencies.starry-vm]
version = "0.2"

[dependencies.syscalls]
version = "0.7.1-preview.1"
default-features = false
package = "starry-syscalls"

[dependencies.zerocopy]
version = "0.8.26"
features = ["derive"]

[target.'cfg(any(target_arch = "riscv32", target_arch = "riscv64"))'.dependencies.riscv]
version = "0.14"

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
version = "0.52"