mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-29 08:17:53 +08:00
19 lines
582 B
TOML
19 lines
582 B
TOML
[package]
|
|
name = "magnum-opus"
|
|
version = "0.3.4"
|
|
authors = ["Tad Hardesty <tad@platymuus.com>", "Sergey Duck <sergeypechnikov326@gmail.com>"]
|
|
edition = "2018"
|
|
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/DuckerMan/magnum-opus"
|
|
documentation = "https://docs.rs/magnum-opus"
|
|
|
|
[build-dependencies]
|
|
target_build_utils = "0.3"
|
|
bindgen = "0.53"
|