# 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 = "afrim-preprocessor" version = "0.6.1" authors = ["Brady Fomegne "] description = "A preprocessor to process keyboard events for an input method." readme = "README.md" keywords = [ "ime", "processor", "keyboard", ] categories = ["hardware-support"] license = "MPL-2.0" repository = "https://github.com/pythonbrad/afrim" [dependencies.afrim-memory] version = "0.4.2" [dependencies.keyboard-types] version = "0.7.0" default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dev-dependencies.keyboard-types] version = "0.7.0" features = ["webdriver"] [features] default = [] inhibit = [] serde = [ "dep:serde", "keyboard-types/serde", ]