[package] name = "vomit-m2sync" version.workspace = true authors.workspace = true description = "Library for IMAP to m2dir synchronization" readme = "README.md" homepage.workspace = true repository.workspace = true license.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true [features] # Activate full integration tests against an IMAP test server test-full = [] [dependencies] imap-proto = "0" imap = "3.0.0-alpha.14" log = "0.4" vomit-m2dir = "0.1" rusqlite = "0.32" spmc = "0.3.0" thiserror = "1.0" wildmatch = "2.1.1" [dev-dependencies] chrono = "0.4" lettre = "0.11" memory_logger = {version = "0.1.1", features = ["blocking"]} simplelog = "0.12.0" tempfile = "3.3.0" [[test]] name = "integration" required-features = ["test-full"]