Revision control

Copy as Markdown

Other Tools

[package]
name = "pkcs11-bindings"
version = "0.1.7"
authors = ["Dana Keeler <dkeeler@mozilla.com>", "John Schanck <jschanck@mozilla.com>"]
license = "MIT"
description = "Rust bindings for the PKCS#11 specification"
build = "build.rs"
edition = "2018"
[build-dependencies]
bindgen = { default-features = false, features = ["runtime"], version = ">= 0.59.2" }