# 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 = "2021" rust-version = "1.82" name = "pc-timer" version = "0.1.8" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Intel 8253 programming-based timer." documentation = "https://docs.rs/pc-timer/" readme = "README.md" keywords = [ "pc", "dos", "ibm", "interrupt", "timer", ] categories = [ "os", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/pc-timer" [lib] name = "pc_timer" path = "src/lib.rs" [dependencies.pc-ints] version = "0.3.5" [badges.maintenance] status = "experimental" [lints.rust.unexpected_cfgs] level = "allow" priority = 0