[package] name = "windows_plugin_authenticator" version = { workspace = true } edition = { workspace = true } license = { workspace = true } publish = { workspace = true } [target.'cfg(windows)'.dependencies] windows = { workspace = true, features = ["Win32_Foundation", "Win32_Security", "Win32_System_Com", "Win32_System_LibraryLoader" ] } windows-core = { workspace = true } hex = { workspace = true }