Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / pkcs11-bindings / Cargo.toml
blob97b6ee23d3741ef5cbd40b6803ce8764b49aee5d
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "pkcs11-bindings"
15 version = "0.1.5"
16 authors = [
17     "Dana Keeler <dkeeler@mozilla.com>",
18     "John Schanck <jschanck@mozilla.com>",
20 build = "build.rs"
21 description = "Rust bindings for the PKCS#11 specification"
22 license = "MIT"
23 repository = "https://github.com/mozilla/pkcs11-bindings"
25 [build-dependencies.bindgen]
26 version = ">= 0.59.2"
27 features = ["runtime"]
28 default-features = false