# 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" version = "0.6.0" authors = ["Brady Fomegne "] description = "Core library of the afrim input method." readme = "README.md" keywords = [ "ime", "keyboard", ] categories = ["accessibility"] license = "MPL-2.0" repository = "https://github.com/pythonbrad/afrim" [[bin]] name = "afrim" path = "./src/main.rs" doc = false [dependencies.afrim-config] version = "0.4.5" default-features = false [dependencies.afrim-preprocessor] version = "0.6.1" default-features = false [dependencies.afrim-translator] version = "0.2.1" default-features = false [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.enigo] version = "0.1.3" [dependencies.rdev] version = "0.5.3" [dependencies.serde] version = "1.0.197" optional = true [dev-dependencies.rstk] version = "0.3.0" [features] default = [ "rhai", "strsim", ] inhibit = ["afrim-preprocessor/inhibit"] rhai = [ "afrim-config/rhai", "afrim-translator/rhai", ] serde = [ "dep:serde", "afrim-translator/serde", ] strsim = ["afrim-translator/strsim"]