# 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 = "m2sync" version = "1.0.0-alpha.1" authors = ["Conrad Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for synchronizing IMAP and local m2dir" homepage = "https://sr.ht/~bitfehler/vomit" readme = "README.md" keywords = [ "email", "m2dir", "imap", ] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/vomit-m2sync" [[bin]] name = "m2sync" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctrlc] version = "3.4" [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.12.0" [dependencies.vomit-config] version = "0.2.0" [dependencies.vomit-m2sync] version = "1.0.0-alpha.1"