Source code

Revision control

Copy as Markdown

Other Tools

# 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 = "search"
version = "0.1.0"
build = false
exclude = ["/ios"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for search service related components."
readme = "README.md"
license = "MPL-2.0"
[features]
enable_env_logger = ["env_logger"]
[lib]
name = "search"
path = "src/lib.rs"
[dependencies]
parking_lot = ">=0.11,<=0.12"
serde_json = "1"
thiserror = "1"
[dependencies.env_logger]
version = "0.10.0"
optional = true
default-features = false
[dependencies.error-support]
path = "../support/error"
[dependencies.firefox-versioning]
path = "../support/firefox-versioning"
[dependencies.remote_settings]
path = "../remote_settings"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.uniffi]
version = "0.28.2"
[dev-dependencies]
mockito = "0.31"
once_cell = "1.18.0"
pretty_assertions = "0.6"
[dev-dependencies.env_logger]
version = "0.10.0"
features = ["humantime"]
default-features = false
[dev-dependencies.viaduct-reqwest]
path = "../support/viaduct-reqwest"
[build-dependencies.uniffi]
version = "0.28.2"
features = ["build"]