oxideav-basic 0.0.9

Simple standard codecs and containers for oxideav (PCM, WAV, ...)
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-basic"
version = "0.0.9"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple standard codecs and containers for oxideav (PCM, WAV, ...)"
homepage = "https://github.com/OxideAV/oxideav-basic"
readme = "README.md"
keywords = [
    "multimedia",
    "audio",
    "wav",
    "pcm",
    "pure-rust",
]
categories = ["multimedia::encoding"]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-basic"

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

[[test]]
name = "filter_reinhard_roundtrip"
path = "tests/filter_reinhard_roundtrip.rs"

[[test]]
name = "slin_roundtrip"
path = "tests/slin_roundtrip.rs"

[[test]]
name = "wav_seek"
path = "tests/wav_seek.rs"

[[test]]
name = "y4m_ffmpeg_interop"
path = "tests/y4m_ffmpeg_interop.rs"

[[test]]
name = "y4m_roundtrip"
path = "tests/y4m_roundtrip.rs"

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