[package] name = "subtytle" version = "0.1.1" edition = "2021" license = "MIT" keywords = ["subtitle", "srt", "ass"] description = "A library to work with the .ASS format" repository = "https://git.4o1x5.dev/4o1x5/subtytle" authors = ["4o1x5 <4o1x5@4o1x5.dev>"] [dependencies] chrono = { version = "0.4.38", features = ["serde"] } derive-getters = "0.5.0" derive_builder = "0.20.2" derive_setters = "0.1.6" regex = "1.11.1" serde = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.132" tracing = "0.1.40" [dev-dependencies] tracing-test = "0.2.5" test-log = "0.2.16" tracing = "0.1.40"