summaryrefslogtreecommitdiffstats
path: root/third_party/rust/remote_settings/Cargo.toml
blob: 71d72079b74c817c8a51fb0fce83f2abf6e9cfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "remote_settings"
version = "0.1.0"
authors = [
    "The Android Mobile Team <firefox-android-team@mozilla.com>",
    "The Glean Team <glean-team@mozilla.com>",
]
exclude = [
    "/android",
    "/ios",
]
description = "A Remote Settings client intended for application layer platforms."
license = "MPL-2.0"

[dependencies]
parking_lot = "0.12"
serde_json = "1"
thiserror = "1.0"
uniffi = "0.27.1"
url = "2.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.viaduct]
path = "../viaduct"

[dev-dependencies]
expect-test = "1.4"
mockito = "0.31"

[dev-dependencies.viaduct-reqwest]
path = "../support/viaduct-reqwest"

[build-dependencies.uniffi]
version = "0.27.1"
features = ["build"]