unidecode 0.1.10

Provides pure ASCII transliterations of Unicode strings.
Documentation
[package]
name = "unidecode"
version = "0.1.10"
authors = ["Amit Chowdhury <amitc97@gmail.com>"]
description = "Provides pure ASCII transliterations of Unicode strings."
documentation = "https://chowdhurya.github.io/rust-unidecode/unidecode/"
homepage = "https://github.com/chowdhurya/rust-unidecode/"
repository = "https://github.com/chowdhurya/rust-unidecode/"
readme = "README.md"
keywords = [
  "unidecode",
  "unidecoder",
  "Unicode",
  "ASCII",
  "transliteration"
]
license = "BSD-3-Clause"
build = "src/build.rs"

[dependencies]
phf = "0.7.3"

[build-dependencies]
phf_codegen = "0.7.3"