# 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 = "vsync" version = "0.10.1" authors = ["Conrad Hoffmann "] description = "Synchronization between IMAP and local maildir" homepage = "https://sr.ht/~bitfehler/vomit" readme = "README.md" keywords = [ "email", "maildir", "imap", "cli", ] categories = [ "command-line-utilities", "email", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/vomit-sync" [dependencies.clap] version = "4" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.12.0" [dependencies.vomit-config] version = "0.2.0" [dependencies.vomit-sync] version = "0.10.1" [dev-dependencies.tempfile] version = "3"