2 name = "osclientcerts-static"
4 authors = ["Dana Keeler <dkeeler@mozilla.com>"]
6 description = "Platform-specific support for client authentication certificates in Firefox"
7 repository = "https://github.com/mozkeeler/osclientcerts"
12 env_logger = {version = "0.10", default-features = false } # disable `regex` to reduce code size
15 mozilla-central-workspace-hack = { version = "0.1", features = ["osclientcerts-static"], optional = true }
17 pkcs11-bindings = "0.1"
18 rsclientcerts = { path = "../rsclientcerts" }
21 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation]
24 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libloading]
27 [target."cfg(target_os = \"windows\")".dependencies.winapi]
29 features = ["errhandlingapi", "wincrypt"]
32 crate-type = ["staticlib"]