24 lines
783 B
TOML
24 lines
783 B
TOML
[package]
|
|
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.21.0"
|
|
byteorder = "1.2.7"
|
|
crossbeam-utils = "0.8"
|
|
cstr = "0.2"
|
|
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 }
|
|
rust_cascade = "1.4.0"
|
|
sha2 = "0.10.2"
|
|
storage_variant = { path = "../../../../storage/variant" }
|
|
tempfile = "3"
|
|
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
|
time = "0.1"
|
|
xpcom = { path = "../../../../xpcom/rust/xpcom" }
|
|
wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
|