[build-dependencies.osal-rs-build]
version = "0.1.0"
[features]
default = ["freertos"]
disable_panic = []
freertos = []
posix = []
std = ["disable_panic"]
[lib]
crate-type = ["staticlib", "rlib"]
name = "osal_rs"
path = "src/lib.rs"
[package]
authors = ["Antonio Salsi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "no-std", "os"]
description = "Operating System Abstraction Layer for Rust with support for FreeRTOS and POSIX"
documentation = "https://docs.rs/osal-rs"
edition = "2024"
exclude = ["target/", ".git/", ".github/", "*.swp", "*.swo"]
homepage = "https://github.com/HiHappyGarden/osal-rs"
keywords = ["os", "rtos", "freertos", "embedded", "posix"]
license = "GPL-3.0"
name = "osal-rs"
readme = "README.md"
repository = "https://github.com/HiHappyGarden/osal-rs"
rust-version = "1.85.0"
version = "0.1.2"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"