opusic-c 1.5.5

High level 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-c"
version = "1.5.5"
authors = ["Douman <douman@gmx.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level bindings to libopus"
readme = "README.md"
keywords = [
    "libopus",
    "opus",
    "codec",
]
categories = [
    "encoding",
    "external-ffi-bindings",
    "multimedia::audio",
    "multimedia::encoding",
]
license = "BSD-3-Clause"
repository = "https://github.com/DoumanAsh/opusic-c"

[package.metadata.docs.rs]
features = ["dred"]

[features]
bundled = ["opusic-sys/bundled"]
default = ["bundled"]
dred = ["opusic-sys/dred"]
fixed-point = ["opusic-sys/fixed-point"]
no-fortify-source = ["opusic-sys/no-fortify-source"]
no-hardening = ["opusic-sys/no-hardening"]
no-simd = ["opusic-sys/no-simd"]
no-stack-protector = ["opusic-sys/no-stack-protector"]
osce = ["opusic-sys/osce"]

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

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

[dependencies.opusic-sys]
version = "0.6"
default-features = false