oxideav-codec 0.0.3

Codec traits and registry for oxideav
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.3"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codec traits and registry for oxideav"
homepage = "https://github.com/KarpelesLab/oxideav"
readme = "README.md"
keywords = [
    "multimedia",
    "codec",
    "decoder",
    "encoder",
    "pure-rust",
]
categories = ["multimedia::encoding"]
license = "MIT"
repository = "https://github.com/KarpelesLab/oxideav"

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

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