dvb-common 8.1.0

DEPRECATED: renamed to `broadcast-common`. This crate re-exports it.
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 = "dvb-common"
version = "8.1.0"
authors = ["Alex Fishlock <alex.fishlock@racingjag.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: renamed to `broadcast-common`. This crate re-exports it."
readme = "README.md"
keywords = [
    "dvb",
    "mpeg",
    "broadcast",
    "crc",
    "parser",
]
categories = [
    "parser-implementations",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-broadcast"

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

[features]
chrono = ["broadcast-common/chrono"]
default = ["std"]
std = ["broadcast-common/std"]

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

[dependencies.broadcast-common]
version = "8.1"
default-features = false