# 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 = "2018" name = "vi" version = "0.7.0" authors = ["Nguyễn Việt Hưng "] description = "An input method library for vietnamese IME" homepage = "https://github.com/ZeroX-DG/vi-rs/" readme = "README.md" keywords = [ "vietnamese", "ime", "vi", ] categories = ["text-processing"] license-file = "LICENSE" repository = "https://github.com/ZeroX-DG/vi-rs.git" [[bench]] name = "transform_benchmark" harness = false [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1.3" [dependencies.phf] version = "0.11" features = ["macros"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.insta] version = "1.26" features = ["serde"] [dev-dependencies.rustyline] version = "14" [dev-dependencies.serde] version = "1.0" features = ["derive"]