dvb-emsg 0.1.1

DEPRECATED: renamed to `mp4-emsg`. 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-emsg"
version = "0.1.1"
authors = ["Alex Fishlock <alex.fishlock@racingjag.com>"]
build = false
exclude = ["docs/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: renamed to `mp4-emsg`. This crate re-exports it."
readme = "README.md"
keywords = [
    "dash",
    "emsg",
    "cmaf",
    "scte35",
    "isobmff",
]
categories = [
    "parser-implementations",
    "multimedia",
    "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]
default = ["std"]
serde = ["mp4-emsg/serde"]
std = ["mp4-emsg/std"]

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

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