28 lines
964 B
TOML
28 lines
964 B
TOML
[package]
|
|
edition = "2015"
|
|
name = "cert_storage"
|
|
version = "0.0.1"
|
|
authors = ["Dana Keeler <dkeeler@mozilla.com>", "Mark Goodwin <mgoodwin@mozilla.com"]
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.0"
|
|
byteorder = "1.2.7"
|
|
clubcard = "0.3"
|
|
clubcard-crlite = "0.3"
|
|
crossbeam-utils = "0.8"
|
|
cstr = "0.2"
|
|
icecat-on-glean = { path = "../../../../toolkit/components/glean/api" }
|
|
log = "0.4"
|
|
moz_task = { path = "../../../../xpcom/rust/moz_task" }
|
|
nserror = { path = "../../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../../xpcom/rust/nsstring" }
|
|
rkv = { version = "0.19", default-features = false }
|
|
sha2 = "0.10.2"
|
|
static_prefs = { path = "../../../../modules/libpref/init/static_prefs" }
|
|
storage_variant = { path = "../../../../storage/variant" }
|
|
tempfile = "3"
|
|
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
|
time = "0.1"
|
|
wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
|
|
xpcom = { path = "../../../../xpcom/rust/xpcom" }
|