[package] name = "test-trust-anchors-static" version = "0.1.0" authors = ["John Schanck "] edition = "2021" license = "MPL-2.0" build = "../../../trust_anchors/build.rs" [features] default = ["testlib"] testlib = [] [dependencies] pkcs11-bindings = "0.1.1" smallvec = { version = "1.9.0", features = ["const_new"] } mozilla-central-workspace-hack = { version = "0.1", features = ["test-trust-anchors-static"], optional = true } [build-dependencies] bindgen = { default-features = false, features = ["runtime"], version = "0.69" } mozbuild = "0.1" nom = "7.1.1" sha2 = "0.10" [lib] crate-type = ["staticlib"] path = "../../../trust_anchors/src/lib.rs"