[package]
edition = "2024"
rust-version = "1.85"
name = "crispy-iptv-types"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-agnostic IPTV domain types and traits"
homepage = "https://github.com/moabualruz/crispy-iptv-types"
documentation = "https://docs.rs/crispy-iptv-types"
readme = "README.md"
keywords = [
"iptv",
"streaming",
"m3u",
"xmltv",
"media",
]
categories = [
"multimedia",
"parser-implementations",
"network-programming",
]
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/moabualruz/crispy-iptv-types"
[lib]
name = "crispy_iptv_types"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.compact_str]
version = "0.8"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.smallvec]
version = "1"
features = ["serde"]
[dependencies.thiserror]
version = "2"
[dependencies.url]
version = "2"
[dev-dependencies.serde_json]
version = "1"