ebustl-parser 0.6.4

Parse subtitle files in the EBU-STL format with Rust.
Documentation
# 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 = "2024"
name = "ebustl-parser"
version = "0.6.4"
authors = [
    "Mattias Eriksson <snaggen@mayam.com>",
    "Christophe Augier <christophe.augier@gmail.com>",
]
build = false
autolib = 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.codepage-strings]
version = "1.0.2"

[dependencies.jiff]
version = "0.2"

[dependencies.textcode]
version = "0.3.1"

[dependencies.thiserror]
version = "2"

[dependencies.winnow]
version = "0.7"

[dev-dependencies.walkdir]
version = "2.5.0"