preempt-rt 0.4.4

A lightweight Rust library for using the kernel's PREEMPT_RT scheduling functionality
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 = "preempt-rt"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Rust library for using the kernel's PREEMPT_RT scheduling functionality"
readme = "README.md"
keywords = [
    "scheduler",
    "thread-priority",
    "libc",
    "linux-kernel",
    "preempt",
]
categories = ["os::linux-apis"]
license = "MIT"
repository = "https://github.com/alxhill/preempt-rt"

[lib]
name = "preempt_rt"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2.174"
features = ["extra_traits"]

[dependencies.thiserror]
version = "2.0.12"