# 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" name = "pc-keyboard" version = "0.8.0" authors = [ "Jonathan 'theJPster' Pallant ", "Rust Embedded Community Contributors", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PS/2 keyboard interface library." readme = "README.md" keywords = [ "keyboard", "ps2", "scancode", "layout", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/pc-keyboard.git" [lib] name = "pc_keyboard" path = "src/lib.rs" [[example]] name = "decoder" path = "examples/decoder.rs" [[example]] name = "layout" path = "examples/layout.rs" [[example]] name = "scancodes" path = "examples/scancodes.rs" [dependencies]