ax-config 0.5.10

Platform-specific constants and parameters for 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 = "ax-config"
version = "0.5.10"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "dummy.toml",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-specific constants and parameters for ArceOS"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
default = []
plat-dyn = ["dep:const-str"]

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

[dependencies.ax-config-macros]
version = "0.4.9"

[dependencies.const-str]
version = "1.1"
optional = true