[go: up one dir, main page]

deunicode 0.4.1

Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "deunicode"
version = "0.4.1"
authors = ["Kornel Lesinski <kornel@geekhood.net>", "Amit Chowdhury <amitc97@gmail.com>"]
include = ["src/*", "Cargo.toml", "README.md"]
description = "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese."
homepage = "https://crates.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/"