[package] name = "pocketsphinx" version = "0.6.0" authors = ["Mikhail Trishchenkov "] description = "Rust wrapper for libpocketsphinx" homepage = "https://github.com/kriomant/pocketsphinx-rs" repository = "https://github.com/kriomant/pocketsphinx-rs" license = "MIT" readme = "README.md" keywords = ["pocketsphinx", "voice", "recognition", "audio"] [dependencies] libc = "0.2.4" pocketsphinx-sys = "0.5.*"