mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2026-02-16 02:20:47 +00:00
There's no easy way to ignore this test in the case that the installed nightly disagrees with compiletest-rs. This is getting in the way of improving the normal tests, so disable it for now.
19 lines
514 B
TOML
19 lines
514 B
TOML
[package]
|
|
name = "opus"
|
|
version = "0.2.0"
|
|
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
|
|
|
description = "Safe Rust bindings for libopus"
|
|
readme = "README.md"
|
|
license = "MIT/Apache-2.0"
|
|
keywords = ["opus", "codec", "voice", "sound", "audio"]
|
|
categories = ["api-bindings", "encoding", "compression",
|
|
"multimedia::audio", "multimedia::encoding"]
|
|
|
|
repository = "https://github.com/SpaceManiac/opus-rs"
|
|
documentation = "https://wombat.platymuus.com/rustdoc/opus_0.2.0/"
|
|
|
|
[dependencies]
|
|
opus-sys = "0.2.0"
|
|
libc = "0.2"
|