[package] name = "focus-providers" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true description = "LLM provider implementations (Anthropic, OpenAI) for the focus agent" [dependencies] focus-core.workspace = true focus-transport.workspace = true focus-json.workspace = true tokio = { workspace = true, features = ["rt", "sync", "macros"] }