cmudict-fast 0.8.0

An updated and improved fork of the library for using the CMUSphinx pronunciation dictionary
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.pretty_assertions]
version = "0.6.1"

[features]
serialization = ["serde"]

[package]
authors = ["Benjamin Hinchliff <benjamin.hinchiff@gmail.com>", "Paul Woolcock <paul@woolcock.us>"]
categories = ["parser-implementations"]
description = "An updated and improved fork of the library for using the CMUSphinx\npronunciation dictionary\n"
documentation = "https://docs.rs/cmudict-fast"
edition = "2018"
exclude = [".github/**/*"]
homepage = "https://github.com/BenjaminHinchliff/cmudict-fast"
keywords = ["cmudict"]
license = "MIT/Apache-2.0"
name = "cmudict-fast"
readme = "README.md"
repository = "https://github.com/BenjaminHinchliff/cmudict-fast.git"
version = "0.8.0"