Crates.io | cryptoki-sys |
lib.rs | cryptoki-sys |
version | |
source | src |
created_at | 2021-03-18 15:39:26.939363+00 |
updated_at | 2025-02-17 09:47:42.80673+00 |
description | FFI wrapper around the PKCS #11 API |
homepage | |
repository | https://github.com/parallaxsecond/rust-cryptoki |
max_upload_size | |
id | 370551 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is the low-level wrapper crate for PKCS #11 exposing the bindgen types.
The FFI bindings presented by this crate can be either those committed in the
crate under src/bindings
or generated on the fly from the pkcs11.h
file
at build time. For generating the bindings at build time
please enable the generate-bindings
feature, as it is not enabled by default.
NOTE: Only a limited set of bindings are committed and their target triplet
is included in the name of the file - if the triplet you require is not
available, feel free to raise a Pull Request to add it or to use build-time
generation of bindings. All the committed bindings MUST be generated from
the library version found under the vendor
submodule.
Copyright 2021 Contributors to the Parsec project.