Files
magnum-opus/Cargo.toml
Tad Hardesty 43f36f0e7f Remove compiletest for now
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.
2017-05-16 13:55:14 -07:00

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"