[package] name = "openmail-core" description = "The agent-native domain model: inboxes, threads, messages, drafts, extraction." 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] mail-parser.workspace = true serde.workspace = true serde_json.workspace = true uuid.workspace = true chrono.workspace = true thiserror.workspace = true