# 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 = "qmk-oled-api" version = "0.1.0-alpha.2" authors = ["Daniel O'Brien "] description = "A HID-wrapper API for QMK keyboards designed to make it significantly easier to draw to OLED screens remotely" license = "MIT" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.fontdue] version = "0.7.2" [dependencies.hidapi] version = "1.4.1" features = ["linux-static-hidraw"] default-features = false [dependencies.image] version = "0.24.3" [dependencies.itertools] version = "0.10.3" [dependencies.serde] version = "1.0.141" features = ["derive"]