# 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" [lib] name = "search" path = "src/lib.rs" [dependencies] parking_lot = ">=0.11,<=0.12" serde_json = "1" thiserror = "1" [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.29.0" [dev-dependencies] mockito = "0.31" once_cell = "1.18.0" pretty_assertions = "0.6" [dev-dependencies.error-support] path = "../support/error" features = ["testing"] [dev-dependencies.viaduct-reqwest] path = "../support/viaduct-reqwest" [build-dependencies.uniffi] version = "0.29.0" features = ["build"]