media-codec-types 0.9.1

Provides common types for codec 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-codec-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 codec implementations"
homepage = "https://github.com/rust-media"
documentation = "https://docs.rs/media-codec-types"
readme = "README.md"
keywords = [
    "codec",
    "encoder",
    "decoder",
]
categories = [
    "multimedia",
    "multimedia::audio",
    "multimedia::video",
    "multimedia::encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/media-rs"

[features]
audio = ["media-core/audio"]
decoder = []
default = [
    "audio",
    "video",
    "decoder",
    "encoder",
]
encoder = []
video = ["media-core/video"]

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

[dependencies.bitflags]
version = "2.11"

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