timed-metadata 0.1.0

Convert DPI / timed-metadata signalling between SCTE-35, HLS EXT-X-DATERANGE and DASH emsg. no_std.
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 = "2021"
rust-version = "1.81"
name = "timed-metadata"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert DPI / timed-metadata signalling between SCTE-35, HLS EXT-X-DATERANGE and DASH emsg. no_std."
readme = "README.md"
keywords = [
    "scte35",
    "hls",
    "dash",
    "emsg",
    "ssai",
]
categories = [
    "multimedia::video",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-dvb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
chrono = [
    "dep:chrono",
    "chrono/alloc",
]
default = [
    "std",
    "serde",
    "chrono",
]
serde = [
    "dep:serde",
    "scte35-splice/serde",
    "mp4-emsg/serde",
]
std = [
    "scte35-splice/std",
    "mp4-emsg/std",
    "chrono?/std",
    "serde?/std",
]

[lib]
name = "timed_metadata"
path = "src/lib.rs"

[[example]]
name = "scte35_to_dash"
path = "examples/scte35_to_dash.rs"

[[example]]
name = "scte35_to_hls"
path = "examples/scte35_to_hls.rs"

[[test]]
name = "daterange_fixture"
path = "tests/daterange_fixture.rs"

[[test]]
name = "emsg_interop"
path = "tests/emsg_interop.rs"

[[test]]
name = "label_coverage"
path = "tests/label_coverage.rs"

[dependencies.chrono]
version = "0.4"
optional = true
default-features = false

[dependencies.dvb-common]
version = "7.9"
default-features = false

[dependencies.mp4-emsg]
version = "0.1"
default-features = false

[dependencies.scte35-splice]
version = "1.0"
default-features = false

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false