# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ebustl-parser" version = "0.6.0" authors = ["Mattias Eriksson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse subtitle files in the EBU-STL format with Rust." readme = "README.md" keywords = [ "stl", "subtitle", "parser", ] categories = [ "multimedia::video", "parser-implementations", ] license = "EUPL-1.2" repository = "https://github.com/snaggen/ebustl-parser" [lib] name = "ebustl_parser" path = "src/lib.rs" [[example]] name = "dump" path = "examples/dump.rs" [dependencies.chrono] version = "0.4" [dependencies.codepage-strings] version = "1.0.2" [dependencies.textcode] version = "0.2.2" [dependencies.thiserror] version = "2" [dependencies.winnow] version = "0.6" [dev-dependencies.walkdir] version = "2.5.0"