summaryrefslogtreecommitdiffstats
path: root/third_party/rust/nss-gk-api/Cargo.toml
blob: c521bc7df6e13145a3c99a619fb6cb2f6e6a65f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.57.0"
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>",
]
description = "Gecko API for NSS"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/mozilla/nss-gk-api"

[dependencies.once_cell]
version = "1"

[dependencies.pkcs11-bindings]
version = ">= 0.1.3"

[build-dependencies.bindgen]
version = ">= 0.59.2"
features = ["runtime"]
default-features = false

[build-dependencies.mozbuild]
version = "0.1"
optional = true

[build-dependencies.serde]
version = "1.0"

[build-dependencies.serde_derive]
version = "1.0"

[build-dependencies.toml]
version = "0.5"

[features]
default = ["deny-warnings"]
deny-warnings = []
gecko = ["mozbuild"]