did myself a favour and made a table illustrating the missing crates: +────────────────────────────+──────────+───────────────────────+──────────────────+────────+ | ruma | | | | | +────────────────────────────+──────────+───────────────────────+──────────────────+────────+ | depends on | | | | | | ruma-appservice-api | | | | | | ruma-state-res | depends | ruma-common | | | | ruma-signatures | depends | ruma-common | ed25519-dalek | pkcs8 | | ruma-push-gateway-api | depends | ruma-common | | | | ruma-identity-service-api | depends | ruma-common | | | | ruma-federation-api | depends | ruma-common | | | | ruma-client | depends | ruma-common | ruma-client-api | | | ruma-client-api | depends | ruma-common | | | | ruma-common | depends | js_option | | | | | | | | | | | | | | | | matrix-sdk-common | | | | | | depends on | | | | | | ruma | | | | | | wasm-timer | depends | wasm-bindgen-futures | | | | (optional) | | | | | | wasm-bindgen-futures | +────────────────────────────+
This is just the ruma stuff. The further up you go into the dependency jungle the messier it gets. Once js_option is sponsored (I already packaged it) I can work on the ruma mess since I already packaged some other ruma crates. Cheers werdahias