# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vomit-sync" version = "0.10.1" authors = ["Conrad Hoffmann "] description = "A library for IMAP to maildir synchronization" homepage = "https://sr.ht/~bitfehler/vomit" readme = "README.md" keywords = [ "email", "maildir", "imap", ] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/vomit-sync" [[test]] name = "vsync_integration" required-features = ["test-full"] [dependencies.chrono] version = "0.4" [dependencies.imap] version = "3.0.0-alpha.12" [dependencies.imap-proto] version = "0" [dependencies.log] version = "0.4" [dependencies.maildir] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.spmc] version = "0.3.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.vomit] version = "0.7" [dependencies.wildmatch] version = "2.1.1" [dev-dependencies.lettre] version = "0.11" [dev-dependencies.memory_logger] version = "0.1.1" features = ["blocking"] [dev-dependencies.simplelog] version = "0.12.0" [dev-dependencies.tempfile] version = "3.3.0" [features] test-full = []