[package] name = "arpabet_parser" description = "Parser for the arpabet crate. Do not use directly." version = "2.0.0" keywords = [ "TTS", "text", "speech", "CMU", "cmudict" ] authors = ["Brandon Thomas ", "Brandon Thomas "] license = "BSD-4-Clause" repository = "https://github.com/echelon/arpabet.rs" edition = "2018" documentation = "https://docs.rs/arpabet" [dependencies] arpabet_types = { version = "2.0.0", optional = false, path = "../arpabet_types" } lazy_static = "1.0" regex = "1.0"