crispy-catchup 0.1.1

Catchup and timeshift URL utilities for IPTV channels
Documentation
# 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 = "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"