axruntime 0.2.2-preview.3

Runtime library of ArceOS
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 = "axruntime"
version = "0.2.2-preview.3"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library of ArceOS"
documentation = "https://arceos-org.github.io/arceos/axruntime/index.html"
readme = false
license = "Apache-2.0"
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axruntime"

[features]
alloc = ["axalloc"]
default = []
display = [
    "axdriver",
    "axdisplay",
]
driver-dyn = ["axdriver/dyn"]
fs = [
    "axdriver",
    "axfs",
]
ipi = ["dep:axipi"]
irq = [
    "axhal/irq",
    "axtask?/irq",
    "percpu",
]
multitask = ["axtask/multitask"]
net = [
    "axdriver",
    "axnet",
]
paging = [
    "axhal/paging",
    "axmm",
]
rtc = []
smp = [
    "axhal/smp",
    "axtask?/smp",
]
tls = [
    "axhal/tls",
    "axtask?/tls",
]

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

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

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

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

[dependencies.axdriver]
version = "0.2.2-preview.2"
optional = true

[dependencies.axerrno]
version = "0.1"

[dependencies.axfs]
version = "0.2.2-preview.2"
optional = true

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

[dependencies.axipi]
version = "0.2.2-preview.2"
optional = true

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

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

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

[dependencies.axplat]
version = "0.3.0-preview.2"

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

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

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

[dependencies.crate_interface]
version = "0.1"

[dependencies.ctor_bare]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.percpu]
version = "0.2"
optional = true

[target.'cfg(target_arch = "aarch64")'.dependencies.axplat-aarch64-dyn]
version = "0.4.0-preview.1"
features = [
    "irq",
    "smp",
    "hv",
]

[target.'cfg(target_arch = "aarch64")'.dependencies.somehal]
version = "0.4"

[target.'cfg(target_arch = "x86_64")'.dependencies.axhal]
version = "0.2.2-preview.6"
features = [
    "irq",
    "smp",
]

[target.'cfg(target_arch = "x86_64")'.dependencies.axplat-x86-qemu-q35]
version = "0.1.0-preview.1"