[package] name = "xulstore" version = "0.1.0" authors = ["nobody@mozilla.org"] license = "MPL-2.0" [dependencies] crossbeam-utils = "0.6.3" 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.16.1", default-features = false, features=["no-canonicalize-path"] } serde_json = "1" tempfile = "3" xpcom = { path = "../../../xpcom/rust/xpcom" } # Get rid of failure's dependency on backtrace. Eventually # backtrace will move into Rust core, but we don't need it here. [dependencies.failure] version = "0.1" default_features = false features = ["derive"]