[package] edition = "2021" name = "pc-timer" version = "0.1.8" rust-version = "1.82" authors = ["warlock "] description = "Intel 8253 programming-based timer." readme = "README.md" documentation = "https://docs.rs/pc-timer/" keywords = ["pc", "dos", "ibm", "interrupt", "timer"] categories = ["os", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/pc-timer" [lints.rust] unexpected_cfgs = { level = "allow" } [dependencies] pc-ints = "0.3.5" [badges] maintenance = { status = "experimental" }