# 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 = "rsubs-lib" version = "0.3.2" authors = ["Alex Dracea, adracea@gmail.com"] description = "Pure Rust subtitle manipulation and conversion library." documentation = "https://docs.rs/rsubs-lib" readme = "README.md" keywords = [ "subtitle", "subs", "convert", "manipulate", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/adracea/rsubs-lib" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", "serde", ] [dev-dependencies.serde_json] version = "1.0"