# 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 = "bitranslit" version = "0.3.1" description = "Bi-directional transliterator for Rust. Transliterates strings according to the rules specified in the language packs." homepage = "https://github.com/critocrito/bitranslit" documentation = "https://docs.rs/bitranslit" readme = "README.md" keywords = [ "transliteration", "transliterator", "bi-directional", ] categories = [ "text-processing", "internationalization", "encoding", ] license = "LGPL-2.1-or-later" repository = "https://github.com/critocrito/bitranslit" [[bench]] name = "translit" harness = false [dependencies.bitranslit_derive] version = "=0.3.1" [dependencies.derive_builder] version = "0.12.0" [dependencies.lazy_static] version = "1.4" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [build-dependencies.csv] version = "1.2.2"