oxideav 0.0.3

Thin facade over oxideav-core — re-exports + future high-level decode/encode invoke API. Pull in oxideav-format-all (or individual sibling crates) alongside this to populate the codec/container/filter/source registries.
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"
version = "0.0.3"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin facade over oxideav-core — re-exports + future high-level decode/encode invoke API. Pull in oxideav-format-all (or individual sibling crates) alongside this to populate the codec/container/filter/source registries."
homepage = "https://github.com/OxideAV/oxideav"
readme = "README.md"
keywords = [
    "multimedia",
    "audio",
    "video",
    "codec",
    "transcoding",
]
categories = [
    "multimedia",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav"

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

[dependencies.log]
version = "0.4"

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

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

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