libbitsub-core 1.10.0

Pure Rust parser and renderer core for graphical subtitles (PGS and VobSub)
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"
rust-version = "1.85"
name = "libbitsub-core"
version = "1.10.0"
authors = ["altqx"]
build = false
include = [
    "/Cargo.toml",
    "/README.md",
    "/src/**/*.rs",
    "/src/testfiles/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust parser and renderer core for graphical subtitles (PGS and VobSub)"
readme = "README.md"
keywords = [
    "pgs",
    "vobsub",
    "subtitle",
    "rendering",
]
categories = [
    "multimedia::video",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/altqx/libbitsub"

[lib]
name = "libbitsub_core"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.memchr]
version = "2.8.0"

[dependencies.miniz_oxide]
version = "0.9.1"