[package]
edition = "2021"
rust-version = "1.95.0"
name = "kernal-api"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved package name for the forthcoming kernal-api async systems HAL"
homepage = "https://github.com/zackees/kernal-api"
readme = "README.md"
keywords = [
"async",
"profiling",
"process",
"hal",
"diagnostics",
]
categories = [
"asynchronous",
"development-tools::profiling",
"os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zackees/kernal-api"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "kernal_api"
path = "src/lib.rs"