Source code

Revision control

Copy as Markdown

Other Tools

[package]
name = "nss-gk-api"
version = "0.3.0"
authors = ["Martin Thomson <mt@lowentropy.net>", "Andy Leiserson <aleiserson@mozilla.com>", "John M. Schanck <jschanck@mozilla.com>"]
edition = "2018"
rust-version = "1.57.0"
license = "MIT/Apache-2.0"
description = "Gecko API for NSS"
[dependencies]
once_cell = "1"
pkcs11-bindings = ">= 0.1.3"
[build-dependencies]
bindgen = {version = ">= 0.59.2", default-features = false, features= ["runtime"]}
serde = "1.0"
serde_derive = "1.0"
toml = "0.5"
mozbuild = {version = "0.1", optional = true}
[features]
default = ["deny-warnings"]
deny-warnings = []
gecko = ["mozbuild"]