# 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 = "kll-core" version = "0.1.8" authors = ["Jacob Alexander "] description = "KLL state-machine implementation focused on no_std embedded/bare-metal targets" readme = "README.md" keywords = [ "no-std", "embedded", "keyboard", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kiibohd/kiibohd-core" resolver = "1" [dependencies.byteorder] version = "1.4" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.enum-primitive-derive] version = "0.2.2" [dependencies.heapless] version = "0.7" [dependencies.kll-hid] version = "^0.1.2" [dependencies.kll-macros] version = "^0.1.2" [dependencies.log] version = "^0.4" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.static_assertions] version = "1.1" [dev-dependencies.flexi_logger] version = "0.25" [features] default = [] defmt = [ "dep:defmt", "heapless/defmt-impl", "kll-hid/defmt", ]