# 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-config" version = "0.4.5" authors = ["Brady Fomegne "] description = "Handle the configuration of the afrim input method." readme = "README.md" keywords = [ "ime", "config", ] categories = ["config"] license = "MPL-2.0" repository = "https://github.com/pythonbrad/afrim" [dependencies.anyhow] version = "1.0.81" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.rhai] version = "1.17.1" features = [ "only_i32", "no_float", "no_closure", "unchecked", "no_position", "no_custom_syntax", ] optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12" features = ["preserve_order"] [features] default = ["rhai"] rhai = ["dep:rhai"] rhai-wasm = [ "rhai", "rhai/wasm-bindgen", ]