win_cf_api 0.0.1

could filter sdk for rust
[package]
name = "win_cf_api"
version = "0.0.1"
edition = "2021"
description = "could filter sdk for rust"
license = "Apache-2.0"

[dependencies]
widestring = "1.1.0"
windows = { version = "0.61.3", features = [
  "Win32_Foundation",
  "Win32_Storage_CloudFilters",
  "Win32_System_SystemServices",
  "Win32_System_CorrelationVector",
  "Win32_Storage_FileSystem",
  "Win32_System_IO",
  "Storage_Provider",
  "Win32_System_Memory",
  "Storage",
  "Foundation",
  "Foundation_Collections",
  "Win32_Security_Authorization",
  "Win32_UI_Shell",
  "Win32_System_Com",
  "Win32_UI_Shell_PropertiesSystem",
  "Win32_System_Com_StructuredStorage",
  "Win32_Storage_EnhancedStorage",
  "Win32_System_Ole",
  "Win32_System_Search",
  "Storage_Streams",
  "Win32_System_Ioctl",
  "Win32_Security",
  "Win32_System_Variant",
  "Storage_Search",
] }
globset = { version = "0.4.14", optional = true }

[features]
# Enable globs in the `info::FetchPlaceholders` struct.
globs = ["globset"]