# 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 = "subrip" version = "0.1.1" authors = ["Scott Schroeder "] description = """ subrip-rs is a library for parsing, authoring, and working with Subrip/SRT (.srt) files """ homepage = "https://github.com/scottschroeder/subrip-rs" documentation = "https://github.com/scottschroeder/subrip-rs" readme = "README.md" keywords = [ "SRT", "subrip", "subtitles", "parser", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/scottschroeder/subrip-rs" [dependencies.nom] version = "7.1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.encoding_rs] version = "0.8.32" [features] serde = ["dep:serde"]