21 lines
503 B
TOML
21 lines
503 B
TOML
[package]
|
|
name = "trust-anchors"
|
|
version = "0.1.0"
|
|
authors = ["John Schanck <jschanck@mozilla.com>"]
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[features]
|
|
# Used during build.
|
|
# Not actually used in this crate.
|
|
# Overwritten by the `test_trust_anchors` crate.
|
|
testlib = []
|
|
|
|
[dependencies]
|
|
pkcs11-bindings = "0.1.1"
|
|
smallvec = { version = "1.9.0", features = ["const_new"] }
|
|
|
|
[build-dependencies]
|
|
bindgen = { default-features = false, features = ["runtime"], version = "0.69" }
|
|
mozbuild = "0.1"
|
|
nom = "7.1.1"
|