axbuild 0.4.2

An OS build lib toolkit used by 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 = "axbuild"
version = "0.4.2"
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OS build lib toolkit used by arceos"
readme = false
keywords = [
    "arceos",
    "kernel",
]
categories = [
    "os",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
clap = [
    "dep:clap",
    "dep:tokio",
]
cli = ["clap"]
default = ["cli"]
tokio = [
    "dep:tokio",
    "dep:clap",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axvmconfig]
version = "0.4.5"
features = ["std"]

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.colored]
version = "3"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.jkconfig]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.object]
version = "0.38"

[dependencies.ostool]
version = "0.15"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = ["stream"]

[dependencies.schemars]
version = "1.2.1"
features = ["derive"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1.0"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
]
optional = true

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-log]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "std",
    "time",
]

[dependencies.xz2]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"