Also mark `SearchEngineSelector.set_config_overrides` as being a sync / main thread function. Differential Revision: https://phabricator.services.mozilla.com/D240790
105 lines
2.0 KiB
TOML
105 lines
2.0 KiB
TOML
# 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>",
|
|
]
|
|
build = false
|
|
exclude = [
|
|
"/android",
|
|
"/ios",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "A Remote Settings client intended for application layer platforms."
|
|
readme = false
|
|
license = "MPL-2.0"
|
|
|
|
[features]
|
|
default = []
|
|
signatures = [
|
|
"dep:canonical_json",
|
|
"dep:rc_crypto",
|
|
]
|
|
|
|
[lib]
|
|
name = "remote_settings"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
camino = "1.0"
|
|
log = "0.4"
|
|
parking_lot = "0.12"
|
|
regex = "1.9"
|
|
serde_json = "1"
|
|
sha2 = "^0.10"
|
|
thiserror = "1.0"
|
|
url = "2"
|
|
|
|
[dependencies.canonical_json]
|
|
version = "0.5"
|
|
optional = true
|
|
|
|
[dependencies.error-support]
|
|
path = "../support/error"
|
|
|
|
[dependencies.firefox-versioning]
|
|
path = "../support/firefox-versioning"
|
|
|
|
[dependencies.jexl-eval]
|
|
version = "0.3.0"
|
|
|
|
[dependencies.rc_crypto]
|
|
path = "../support/rc_crypto"
|
|
optional = true
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.31.0"
|
|
features = ["bundled"]
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
features = ["derive"]
|
|
|
|
[dependencies.sql-support]
|
|
path = "../support/sql"
|
|
|
|
[dependencies.uniffi]
|
|
version = "0.28.2"
|
|
|
|
[dependencies.viaduct]
|
|
path = "../viaduct"
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4"
|
|
mockall = "0.11"
|
|
mockito = "0.31"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1"
|
|
features = ["preserve_order"]
|
|
|
|
[dev-dependencies.viaduct-reqwest]
|
|
path = "../support/viaduct-reqwest"
|
|
|
|
[build-dependencies.uniffi]
|
|
version = "0.28.2"
|
|
features = ["build"]
|