media-format-types 0.9.1

Provides common types for demuxer and muxer implementations
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"
name = "media-format-types"
version = "0.9.1"
authors = ["Zhou Wei <zhouwei@ehom.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides common types for demuxer and muxer implementations"
homepage = "https://github.com/rust-media"
documentation = "https://docs.rs/media-format-types"
readme = "README.md"
keywords = [
    "container",
    "demuxer",
    "muxer",
]
categories = [
    "multimedia",
    "multimedia::audio",
    "multimedia::video",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/media-rs"

[features]
audio = [
    "media-core/audio",
    "media-codec-types/audio",
]
default = [
    "audio",
    "video",
    "demuxer",
    "muxer",
]
demuxer = ["media-codec-types/decoder"]
muxer = ["media-codec-types/encoder"]
video = [
    "media-core/video",
    "media-codec-types/video",
]

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

[dependencies.bitflags]
version = "2.11"

[dependencies.media-codec-types]
version = "0.9.1"
default-features = false

[dependencies.media-core]
version = "0.9.1"
default-features = false