wasapi 0.23.0

Bindings for the Wasapi API on Windows
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.76"
name = "wasapi"
version = "0.23.0"
authors = ["HEnquist <henrik.enquist@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for the Wasapi API on Windows"
readme = "README.md"
keywords = [
    "audio",
    "sound",
    "windows",
    "wasapi",
]
categories = [
    "multimedia::audio",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/HEnquist/wasapi-rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.num-integer]
version = "0.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.windows]
version = "0.62"
features = [
    "Foundation",
    "Win32_Media_Audio",
    "Win32_Foundation",
    "Win32_Devices_FunctionDiscovery",
    "Win32_Devices_Properties",
    "Win32_UI_Shell_PropertiesSystem",
    "Win32_System_Com",
    "Win32_System_Com_StructuredStorage",
    "Win32_Media_KernelStreaming",
    "Win32_Media_Multimedia",
    "Win32_System_Threading",
    "Win32_System_Variant",
    "Win32_Security",
]

[dependencies.windows-core]
version = "0.62"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.simplelog]
version = "0.12"

[dev-dependencies.sysinfo]
version = "0.38"