subtytle/Cargo.toml

26 lines
605 B
TOML
Raw Normal View History

2024-11-09 12:02:49 +01:00
[package]
name = "subtytle"
version = "0.1.0"
edition = "2021"
license = "MIT"
2024-11-25 06:54:24 +01:00
keywords = ["subtitle", "srt", "ass"]
description = "A library to work with the .ASS format"
repository = "https://git.4o1x5.dev/4o1x5/subtytle"
2024-11-09 12:02:49 +01:00
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"