asio-sys 0.2.6

Low-level interface and binding generation for the steinberg ASIO SDK.
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"
name = "asio-sys"
version = "0.2.6"
authors = ["Tom Gowan <tomrgowan@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level interface and binding generation for the steinberg ASIO SDK."
documentation = "https://docs.rs/asio-sys"
readme = "README.md"
keywords = [
    "audio",
    "sound",
    "asio",
    "steinberg",
]
license = "Apache-2.0"
repository = "https://github.com/RustAudio/cpal/"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

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

[[example]]
name = "enumerate"
path = "examples/enumerate.rs"

[[example]]
name = "test"
path = "examples/test.rs"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

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

[build-dependencies.cc]
version = "1.2"

[build-dependencies.parse_cfg]
version = "4.1"

[build-dependencies.walkdir]
version = "2"