roxy-loader-api 0.1.1

Kernel-facing API types and macros for roxy-loader.
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 = "roxy-loader-api"
version = "0.1.1"
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"