opus-head-sys 0.1.0

FFI bindings to the Opus audio codec (vendored)
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 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 = "2021"
name = "opus-head-sys"
version = "0.1.0"
authors = ["Marucs Asteborg <xnorpx@outlook.com>"]
build = "build.rs"
links = "opus"
exclude = [
    "*.py",
    "*.bin",
    "*.bin.gz",
    "*.zip",
    "__pycache__/",
    ".github/",
    "vendored/opus/.git*",
    "vendored/opus/.gitlab-ci.yml",
    "vendored/opus/doc/",
    "vendored/opus/tests/",
    "vendored/opus/training/",
    "vendored/opus/dnn/**/*.pth",
    "vendored/opus/dnn/**/*.ipynb",
    "vendored/opus/dnn/**/*.tar",
    "vendored/opus/dnn/**/*.py",
    "vendored/opus/dnn/torch/",
    "vendored/opus/scripts/",
    "vendored/opus/meson/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to the Opus audio codec (vendored)"
documentation = "https://docs.rs/opus-head-sys"
readme = "README.md"
keywords = [
    "opus",
    "audio",
    "codec",
    "ffi",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "multimedia::audio",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xnorpx/rust-opus"

[features]
default = [
    "dnn",
    "fast-math",
]
dnn = []
fast-math = []

[lib]
name = "opus_head_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.cmake]
version = "0.1"