rustdesk/vendor/magnum-opus/Cargo.toml

71 lines
1.5 KiB
TOML

# 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 = "2018"
name = "magnum-opus"
version = "0.4.0"
authors = [
"Tad Hardesty <tad@platymuus.com>",
"Sergey Duck <sergeypechnikov326@gmail.com>",
]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for libopus"
documentation = "https://docs.rs/magnum-opus"
readme = "README.md"
keywords = [
"opus",
"codec",
"voice",
"sound",
"audio",
]
categories = [
"api-bindings",
"encoding",
"compression",
"multimedia::audio",
"multimedia::encoding",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/DuckerMan/magnum-opus"
[lib]
name = "magnum_opus"
path = "src/lib.rs"
[[test]]
name = "fec"
path = "tests/fec.rs"
[[test]]
name = "opus-padding"
path = "tests/opus-padding.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[build-dependencies]
bindgen = "0.59"
target_build_utils = "0.3"
[build-dependencies.pkg-config]
version = "0.3.27"
optional = true
[features]
linux-pkg-config = ["dep:pkg-config"]