# 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 = "com-policy-config" version = "0.5.0" authors = ["sidit77"] description = "Rust bindings to IPolicyConfig COM API" documentation = "https://docs.rs/com-policy-config" readme = "README.md" keywords = [ "Windows", "WinSDK", "Audio", "COM", ] categories = [ "api-bindings", "os::windows-apis", ] license = "MIT" repository = "https://github.com/sidit77/com-policy-config" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.windows] version = "0.52" features = [ "Win32_Foundation", "Win32_Media_Audio", "Win32_UI_Shell_PropertiesSystem", "Win32_System_Com_StructuredStorage", "Win32_System_Variant", "Devices_Custom", ] [dev-dependencies.windows] version = "0.52" features = ["Win32_Devices_FunctionDiscovery"]