# 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-wish" version = "0.4.0" authors = ["Brady Fomegne "] description = "Afrim Wish is an GUI interface for the afrim ime." readme = "README.md" keywords = [ "african", "ime", "typing", ] license = "MIT" repository = "https://github.com/pythonbrad/afrim-wish" [dependencies.afrim] version = "0.6.0" default-features = false [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" [dependencies.rstk] version = "0.3.0" [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.toml] version = "0.8.12" [features] default = [ "strsim", "rhai", ] inhibit = ["afrim/inhibit"] rhai = ["afrim/rhai"] strsim = ["afrim/strsim"]