dvb-conformance 6.2.0

ETSI TR 101 290 transport-stream conformance monitor (DVB measurement guidelines).
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-conformance"
version = "6.2.0"
authors = ["Alex Fishlock <alex.fishlock@racingjag.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETSI TR 101 290 transport-stream conformance monitor (DVB measurement guidelines)."
readme = "README.md"
keywords = [
    "dvb",
    "mpeg-ts",
    "conformance",
    "monitoring",
]
categories = [
    "multimedia",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-dvb"

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

[features]
default = ["serde"]
serde = [
    "dep:serde",
    "dvb-si/serde",
]

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

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

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

[dependencies.dvb-si]
version = "6.2.0"
features = [
    "ts",
    "serde",
]

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

[dev-dependencies.dvb-common]
version = "6.2"