[package] name = "megazord_ios" edition = "2021" version = "0.1.0" authors = ["Sync Team "] license = "MPL-2.0" [lib] crate-type = ["staticlib", "rlib"] [dependencies] rust-log-forwarder = { path = "../../components/support/rust-log-forwarder" } viaduct = { path = "../../components/viaduct", features = ["ohttp"] } viaduct-hyper = { path = "../../components/support/viaduct-hyper" } viaduct-reqwest = { path = "../../components/support/viaduct-reqwest" } nimbus-sdk = { path = "../../components/nimbus" } crashtest = { path = "../../components/crashtest" } fxa-client = { path = "../../components/fxa-client" } logins = { path = "../../components/logins" } autofill = { path = "../../components/autofill" } push = { path = "../../components/push" } tabs = { path = "../../components/tabs" } places = { path = "../../components/places" } remote_settings = { path = "../../components/remote_settings" } suggest = { path = "../../components/suggest" } sync15 = { path = "../../components/sync15" } error-support = { path = "../../components/support/error" } tracing-support = { path = "../../components/support/tracing" } sync_manager = { path = "../../components/sync_manager" } as-ohttp-client = { path = "../../components/as-ohttp-client" } search = { path = "../../components/search" } init_rust_components = { path = "../../components/init_rust_components", features = ["ohttp"] } merino = { path = "../../components/merino" } context_id = { path = "../../components/context_id" } relay = { path = "../../components/relay" } ads-client = { path = "../../components/ads-client" }