[package] name = "textgridde-rs" version = "0.1.1" edition = "2021" description = "A library for dealing with Praat TextGrid files. MIT licensed." authors = ["Caleb Long "] license = "MIT" repository = "https://github.com/cmlong02/textgridde-rs" readme = "README.adoc" keywords = ["praat", "textgrid", "phonetics", "linguistics", "file-format"] categories = ["text-processing", "parsing"] [dependencies] regex = "^1" getset = "^0.1" derive_more = "^0.99"