-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 834 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (28 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "com-policy-config"
version = "0.6.0"
edition = "2021"
authors = ["sidit77"]
license = "MIT"
description = "Rust bindings to IPolicyConfig COM API"
repository = "https://github.com/sidit77/com-policy-config"
documentation = "https://docs.rs/com-policy-config"
readme = "README.md"
keywords = ["Windows", "WinSDK", "Audio", "COM"]
categories = ["api-bindings", "os::windows-apis"]
[dependencies.windows]
version = "0.61"
features = [
"Win32_Foundation",
"Win32_Media_Audio",
"Win32_UI_Shell_PropertiesSystem",
"Win32_System_Com_StructuredStorage",
"Win32_System_Variant",
"Devices_Custom",
]
[dev-dependencies.windows]
version = "0.61"
features = ["Win32_Devices_FunctionDiscovery"]
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]