[package] name = "ncrypt" description = "WIP rust bindings for the win32 ncrypt api" repository = "https://gitlab.com/polloloco/ncrypt" version = "0.2.0" edition = "2021" authors = ["PolloLoco "] license = "MIT" [dependencies] rsa = "0.9" thiserror = "1.0" widestring = "1.0" windows-sys = { version = "0.48", features = [ "Win32_Foundation", "Win32_Security_Cryptography", ] } [dev-dependencies] rand = "0.8"