# 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] edition = "2018" name = "grapheme_to_phoneme" version = "0.1.0" authors = ["Brandon Thomas ", "Brandon Thomas "] exclude = ["model/*.npy", "reference/*"] description = "A library for building text to speech applications. Turns graphemes into phonemes." documentation = "https://docs.rs/grapheme_to_phoneme" readme = "README.md" keywords = ["grapheme", "phoneme", "TTS", "speech", "arpabet"] license = "BSD-4-Clause" repository = "https://github.com/echelon/grapheme_to_phoneme.rs" [dependencies.arpabet] version = "2.0.0" [dependencies.ndarray] version = "0.13.1" [dependencies.ndarray-npy] version = "0.5.0" [badges.github] repository = "echelon/grapheme_to_phoneme.rs" [badges.travis-ci] repository = "echelon/grapheme_to_phoneme.rs"