# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ncrypt" version = "0.2.0" authors = ["PolloLoco "] description = "WIP rust bindings for the win32 ncrypt api" readme = "README.md" license = "MIT" repository = "https://gitlab.com/polloloco/ncrypt" [dependencies.rsa] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "1.0" [dependencies.windows-sys] version = "0.48" features = [ "Win32_Foundation", "Win32_Security_Cryptography", ] [dev-dependencies.rand] version = "0.8"