# 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 = "win-beep" version = "1.0.3" description = "Calls the `Beep()` function of the Windows API." documentation = "https://docs.rs/win-beep" readme = "README.md" categories = [ "development-tools::debugging", "multimedia::audio", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Enyium/win-beep-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug", ] [dev-dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ]