media-codec-opus 0.6.0

Rust bindings to opus
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"
name = "media-codec-opus"
version = "0.6.0"
authors = ["Zhou Wei <zhouwei@ehom.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to opus"
homepage = "https://github.com/rust-media"
documentation = "https://docs.rs/media-codec-opus"
readme = "README.md"
keywords = ["opus"]
categories = [
    "multimedia::audio",
    "multimedia::encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/media-codec-opus"

[package.metadata.docs.rs]
features = ["docsrs"]

[features]
decoder = []
default = [
    "decoder",
    "encoder",
]
docsrs = ["media-codec-opus-sys/docsrs"]
encoder = []

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

[dependencies.bytemuck]
version = "1.24"

[dependencies.ctor]
version = "0.6"

[dependencies.media-codec]
version = "0.8.1"
features = ["audio"]
default-features = false

[dependencies.media-codec-opus-sys]
version = "0.2"

[dependencies.media-core]
version = "0.8.1"
features = ["audio"]
default-features = false