oxideav-container 0.1.1

Container (Demuxer + Muxer) traits and registry for oxideav — pure Rust, no C deps
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.80"
name = "oxideav-container"
version = "0.1.1"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Container (Demuxer + Muxer) traits and registry for oxideav — pure Rust, no C deps"
homepage = "https://github.com/OxideAV/oxideav-container"
readme = "README.md"
keywords = [
    "multimedia",
    "container",
    "demuxer",
    "muxer",
    "pure-rust",
]
categories = [
    "multimedia::encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-container"

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

[dependencies.oxideav-core]
version = "0.1"