[package] name = "ebustl-parser" version = "0.6.0" description = "Parse subtitle files in the EBU-STL format with Rust." authors = ["Mattias Eriksson "] original-authors = ["Christophe Augier "] license = "EUPL-1.2" repository = "https://github.com/snaggen/ebustl-parser" readme = "README.md" keywords = ["stl", "subtitle", "parser"] categories = ["multimedia::video", "parser-implementations"] edition = "2021" [dependencies] chrono = "0.4" thiserror = "2" codepage-strings = "1.0.2" textcode = "0.2.2" winnow = "0.6" [dev-dependencies] walkdir = "2.5.0"