[package]
edition = "2024"
rust-version = "1.85"
name = "crispy-catchup"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Catchup and timeshift URL utilities for IPTV channels"
homepage = "https://github.com/moabualruz/crispy-catchup"
documentation = "https://docs.rs/crispy-catchup"
readme = "README.md"
keywords = [
"iptv",
"catchup",
"timeshift",
"epg",
"streaming",
]
categories = [
"multimedia",
"network-programming",
]
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/moabualruz/crispy-catchup"
[lib]
name = "crispy_catchup"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.crispy-iptv-types]
version = "0.1.1"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"