the `pkcs11` crate is [no longer maintained](https://github.com/mheese/rust-pkcs11?tab=readme-ov-file#rust-pkcs11-library) since 2022, and the rustsec project has found [multiple safety issues](https://rustsec.org/advisories/RUSTSEC-2022-0034) with it. the author of the crate recommends switching to the [`cryptoki` crate](https://crates.io/crates/cryptoki), which is still maintained.
the
pkcs11crate is no longer maintained since 2022, and the rustsec project has found multiple safety issues with it.the author of the crate recommends switching to the
cryptokicrate, which is still maintained.