# 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-translator" version = "0.2.1" authors = ["Brady Fomegne "] description = "Manage the predication system of the afrim input method." readme = "README.md" keywords = [ "auto-complete", "ime", "predication", ] categories = ["text-processing"] license = "MPL-2.0" repository = "https://github.com/pythonbrad/afrim" [[bench]] name = "bench" harness = false [dependencies.indexmap] version = "2.2.6" [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" optional = true [dependencies.strsim] version = "0.11.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] default = [ "rhai", "strsim", ] rhai = ["dep:rhai"] rhai-wasm = [ "rhai", "rhai/wasm-bindgen", ] serde = [ "indexmap/serde", "rhai?/serde", "dep:serde", ] strsim = ["dep:strsim"]