oxideav-codec 0.0.4

Codec (Decoder + Encoder) 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-codec"
version = "0.0.4"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codec (Decoder + Encoder) traits and registry for oxideav — pure Rust, no C deps"
homepage = "https://github.com/OxideAV/oxideav-codec"
readme = "README.md"
keywords = [
    "multimedia",
    "codec",
    "decoder",
    "encoder",
    "pure-rust",
]
categories = ["multimedia::encoding"]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-codec"

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

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