# 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" version = "0.4.0" authors = ["Christophe Augier "] description = "Parse subtitle files in the EBU-STL format with Rust." readme = "README.md" keywords = [ "stl", "subtitle", "parser", ] categories = [ "multimedia:video", "parser-implementations", ] license = "MIT" repository = "https://github.com/tytouf/ebustl-rs" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.codepage-strings] version = "1.0.2" [dependencies.iso6937] version = "^0.1" [dependencies.nom] version = "7.1.1" [dependencies.thiserror] version = "1.0"