# 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.59" name = "wasapi" version = "0.15.0" authors = ["HEnquist "] 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"] [dependencies.log] version = "0.4.18" [dependencies.num-integer] version = "0.1" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.57" features = [ "Foundation", "implement", "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.57" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.simplelog] version = "0.12.1" [dev-dependencies.sysinfo] version = "0.30.9"