audiopus 0.1.1

High-level binding of the Opus Codec library.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "audiopus"
version = "0.1.1"
authors = ["Lakelezz <lakelezz@protonmail.ch>"]
description = "High-level binding of the Opus Codec library."
documentation = "https://docs.rs/audiopus"
readme = "README.md"
keywords = ["audio", "opus", "codec"]
categories = ["api-bindings", "compression", "encoding", "multimedia::audio", "multimedia::encoding"]
license = "ISC"
repository = "https://github.com/lakelezz/audiopus.git"
[dependencies.audiopus_sys]
version = "0.1"
[dev-dependencies.matches]
version = "0.1.8"

[features]
coder = ["encoder", "decoder"]
decoder = ["packet"]
default_features = ["coder"]
encoder = ["packet"]
multistream = []
packet = []
repacketizer = ["packet"]