# 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" rust-version = "1.64" name = "deunicode" version = "1.6.0" authors = [ "Kornel Lesinski ", "Amit Chowdhury ", ] include = [ "src/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese." homepage = "https://lib.rs/crates/deunicode" documentation = "https://docs.rs/deunicode" readme = "README.md" keywords = [ "unidecode", "emoji", "Unicode", "ASCII", "transliteration", ] categories = [ "text-processing", "internationalization", ] license = "BSD-3-Clause" repository = "https://github.com/kornelski/deunicode/" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [features] alloc = [] default = ["alloc"] [badges.maintenance] status = "actively-developed"