[package]
edition = "2024"
rust-version = "1.94"
name = "astrid-sys"
version = "0.2.0"
authors = [
"Joshua J. Bouw <dev@joshuajbouw.com>",
"Unicity Labs <info@unicity-labs.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings (Airlocks) for the Astrid OS Microkernel"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"
[lib]
name = "astrid_sys"
path = "src/lib.rs"
[dependencies.extism-pdk]
version = "1.4"
[lints.clippy]
arithmetic_side_effects = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"