[package] name = "xulstore" version = "0.1.0" authors = ["The Mozilla Project Developers"] license = "MPL-2.0" [dependencies] crossbeam-utils = "0.8" cstr = "0.2" libc = "0.2" log = "0.4" moz_task = { path = "../../../xpcom/rust/moz_task" } nsstring = { path = "../../../xpcom/rust/nsstring" } nserror = { path = "../../../xpcom/rust/nserror" } once_cell = "1" rkv = { version = "0.18", default-features = false, features=["no-canonicalize-path"] } serde_json = "1" tempfile = "3" thiserror = "1" xpcom = { path = "../../../xpcom/rust/xpcom" }