dvb-si 3.0.0

ETSI EN 300 468 DVB Service Information parser + builder. MPEG-2 PSI included.
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.75"
name = "dvb-si"
version = "3.0.0"
authors = ["Alex Fishlock <alex.fishlock@racingjag.com>"]
build = false
exclude = [
    "docs/**",
    "tests/fixtures/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETSI EN 300 468 DVB Service Information parser + builder. MPEG-2 PSI included."
readme = "README.md"
keywords = [
    "dvb",
    "mpeg",
    "broadcast",
    "si",
    "psi",
]
categories = [
    "parser-implementations",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-dvb"

[package.metadata.docs.rs]
all-features = true

[features]
chrono = ["dep:chrono"]
default = [
    "chrono",
    "ts",
    "serde",
]
serde = [
    "dep:serde",
    "dep:erased-serde",
    "chrono?/serde",
]
ts = ["dep:bytes"]

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

[[example]]
name = "si_dump"
path = "examples/si_dump.rs"
required-features = [
    "ts",
    "serde",
]

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

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

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

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

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

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

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

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

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

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

[dependencies.bytes]
version = "1"
optional = true

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

[dependencies.dvb-common]
version = "3.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.erased-serde]
version = "0.4"
optional = true

[dependencies.num_enum]
version = "0.7"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"