opusic-sys 0.6.0

Bindings to libopus
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"
rust-version = "1.82.0"
name = "opusic-sys"
version = "0.6.0"
authors = ["Douman <douman@gmx.se>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to libopus"
readme = "README.md"
keywords = ["opus"]
license = "BSD-3-Clause"
repository = "https://github.com/DoumanAsh/opusic-sys"

[features]
build-bindgen = ["bindgen"]
bundled = ["dep:cmake"]
default = ["bundled"]
dred = []
fixed-point = []
no-fortify-source = []
no-hardening = []
no-simd = []
no-stack-protector = []
osce = []

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

[[test]]
name = "version"
path = "tests/version.rs"

[build-dependencies.bindgen]
version = "0.72"
optional = true

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