[package] name = "openmail-mcp" description = "MCP server: an agent owns and operates its own mailbox as tools." version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true authors.workspace = true [lints] workspace = true [dependencies] openmail-core.workspace = true openmail-store.workspace = true serde.workspace = true serde_json.workspace = true tokio.workspace = true thiserror.workspace = true