wavpack-sys 0.4.0

FFI bindings for WavPack
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 = "wavpack-sys"
version = "0.4.0"
authors = [
    "Ian Hobson <ian.r.hobson@gmail.com>",
    "Toru3 <ryuutet@gmail.com>",
]
description = "FFI bindings for WavPack"
documentation = "https://docs.rs/wavpack-sys/"
readme = "README.md"
keywords = [
    "WavPack",
    "audio",
    "encode",
    "decode",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "multimedia::audio",
    "multimedia::encoding",
]
license = "BSD-3-Clause"
repository = "https://gitlab.com/Toru3/wavpack-rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.69.0"

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