[package]
edition = "2024"
name = "roxy-loader-api"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel-facing API types and macros for roxy-loader."
homepage = "https://github.com/RoxyOS/roxy-loader"
documentation = "https://docs.rs/roxy-loader-api"
readme = "_crates_io_readme.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoxyOS/roxy-loader"
[lib]
name = "roxy_loader_api"
path = "src/lib.rs"
[[test]]
name = "c_header_up_to_date"
path = "tests/c_header_up_to_date.rs"
[dependencies]
[dev-dependencies.anyhow]
version = "1"
default-features = false
[dev-dependencies.cbindgen]
version = "0.29"