1[package]
2name = "cert_storage"
3version = "0.0.1"
4authors = ["Dana Keeler <dkeeler@mozilla.com>", "Mark Goodwin <mgoodwin@mozilla.com"]
5
6[dependencies]
7base64 = "0.10"
8byteorder = "1.2.7"
9crossbeam-utils = "0.8"
10cstr = "0.2"
11log = "0.4"
12memmap = "0.7"
13moz_task = { path = "../../../../xpcom/rust/moz_task" }
14nserror = { path = "../../../../xpcom/rust/nserror" }
15nsstring = { path = "../../../../xpcom/rust/nsstring" }
16rental = "0.5.5"
17rkv = { version = "0.17", default-features = false }
18rust_cascade = "0.6.0"
19sha2 = "^0.8"
20storage_variant = { path = "../../../../storage/variant" }
21tempfile = "3"
22thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
23time = "0.1"
24xpcom = { path = "../../../../xpcom/rust/xpcom" }
25malloc_size_of_derive = "0.1"
26wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
27