[package] name = "magnotia-cloud-providers" version = "0.1.0" edition = "2021" description = "Provider trait and BYOK cloud STT scaffolding for Magnotia (Wyrdnote pending rebrand)" [dependencies] magnotia-core = { path = "../core" } # Async-native trait. async_trait converts async fn into Pin> at the trait surface so TranscriptionProvider stays # object-safe (Arc). async-trait = "0.1" # Trait types serialise across the Tauri boundary. serde = { version = "1", features = ["derive"] }