[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