[package] name = "relevancy" edition = "2021" version = "0.1.0" license = "MPL-2.0" exclude = ["/android", "/ios"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" error-support = { path = "../support/error" } interrupt-support = { path = "../support/interrupt" } sql-support = { path = "../support/sql" } md-5 = "0.10" parking_lot = ">=0.11,<=0.12" rand = "0.8" rand_distr = "0.4" rusqlite = { version = "0.37.0", features = ["bundled"] } serde = { version = "1", features = ["derive"] } serde_json = "1" serde_path_to_error = "0.1" thiserror = "2" uniffi = { version = "0.31" } url = "2.5" remote_settings = { path = "../remote_settings"} base64 = "0.21.2" [build-dependencies] uniffi = { version = "0.31", features = ["build"] } [lib] [[bin]] name = "generate-test-data"