Backed out 2 changesets (bug 1908320) for causing wr failures on align-items-baseline...
[gecko.git] / third_party / rust / webext-storage / Cargo.toml
blob89d35fdcf997f2242f96c5e69118746ed1d99cb4
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2021"
14 name = "webext-storage"
15 version = "0.1.0"
16 authors = ["sync-team@mozilla.com"]
17 exclude = ["/android"]
18 readme = "README.md"
19 license = "MPL-2.0"
21 [dependencies]
22 anyhow = "1.0"
23 ffi-support = "0.4"
24 lazy_static = "1.4"
25 log = "0.4"
26 parking_lot = ">=0.11,<=0.12"
27 serde = "1"
28 serde_derive = "1"
29 serde_json = "1"
30 thiserror = "1.0"
31 uniffi = "0.27.1"
33 [dependencies.error-support]
34 path = "../support/error"
36 [dependencies.interrupt-support]
37 path = "../support/interrupt"
39 [dependencies.rusqlite]
40 version = "0.31.0"
41 features = [
42     "functions",
43     "bundled",
44     "serde_json",
45     "unlock_notify",
48 [dependencies.sql-support]
49 path = "../support/sql"
51 [dependencies.sync-guid]
52 path = "../support/guid"
53 features = [
54     "rusqlite_support",
55     "random",
58 [dependencies.sync15]
59 path = "../../components/sync15"
60 features = ["sync-engine"]
62 [dependencies.url]
63 version = "2.1"
64 features = ["serde"]
66 [dev-dependencies]
67 libsqlite3-sys = "0.28.0"
68 tempfile = "3"
70 [dev-dependencies.env_logger]
71 version = "0.10"
72 default-features = false
74 [dev-dependencies.serde_json]
75 version = "1"
76 features = ["preserve_order"]
78 [dev-dependencies.sql-support]
79 path = "../support/sql"
81 [build-dependencies.nss_build_common]
82 path = "../support/rc_crypto/nss/nss_build_common"
84 [build-dependencies.uniffi]
85 version = "0.27.1"
86 features = ["build"]
88 [features]
89 default = []