asio-sys 0.2.4

Low-level interface and binding generation for the steinberg ASIO SDK.
Documentation
[package]

name = "asio-sys"

version = "0.2.4"

authors = ["Tom Gowan <tomrgowan@gmail.com>"]

description = "Low-level interface and binding generation for the steinberg ASIO SDK."

repository = "https://github.com/RustAudio/cpal/"

documentation = "https://docs.rs/asio-sys"

license = "Apache-2.0"

keywords = ["audio", "sound", "asio", "steinberg"]

edition = "2021"

rust-version = "1.82"



[build-dependencies]

bindgen = "0.72"

walkdir = "2"

cc = "1.2"

parse_cfg = "4.1"



[dependencies]

num-derive = "0.4"

num-traits = "0.2"



[package.metadata.docs.rs]

default-target = "x86_64-pc-windows-msvc"

targets = []