Adding pkcs11 library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pkcs11

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pkcs11 = "0.5.0"

The pkcs11 library will be automatically available globally. Read the pkcs11 library documentation.

Back to the crate overview.