cryptoki-sys 0.3.0

FFI wrapper around the PKCS #11 API
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.70.1"

[dependencies.libloading]
version = "0.7.0"

[features]
generate-bindings = ["bindgen"]

[lib]
name = "cryptoki_sys"
path = "src/lib.rs"

[package]
authors = ["Contributors to the Parsec project"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings", "cryptography", "hardware-support"]
description = "FFI wrapper around the PKCS #11 API"
documentation = "https://docs.rs/crate/cryptoki-sys"
edition = "2018"
keywords = ["pkcs11", "cryptoki", "hsm"]
license = "Apache-2.0"
name = "cryptoki-sys"
readme = "README.md"
repository = "https://github.com/parallaxsecond/rust-cryptoki"
rust-version = "1.66.0"
version = "0.3.0"