7 crate-type = ["cdylib"]
13 napi = { version = "2.12.2", features = ["async"] }
14 napi-derive = "2.12.2"
18 [target.'cfg(windows)'.dependencies]
20 windows = { version = "=0.54.0", features = [
22 "Security_Credentials_UI",
23 "Security_Cryptography",
26 "Win32_Security_Credentials",
30 [target.'cfg(target_os = "macos")'.dependencies]
31 core-foundation = "=0.9.4"
32 security-framework = "=2.9.2"
33 security-framework-sys = "=2.9.1"