# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "IMAPServer-shared" version = "0.1.0" authors = ["MTRNord "] description = "A shared module for the IMAPServer crate and it's cli" keywords = ["imap", "tcp", "server", "bin", "email"] categories = ["email", "network-programming"] license = "GPL-3.0" repository = "https://github.com/Nordgedanken/IMAPServer-rs.git" [lib] test = true doc = true [dependencies.argonautica] version = "0.2" features = ["simd"] [dependencies.diesel] version = "1.0.0" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" features = ["compat"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" features = ["log"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-util] version = "0.2" features = ["codec"]