# 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 = "smtpbis" version = "0.1.7" authors = ["Jonathan Bastien-Filiatrault "] description = "Asynchronous ESMTP service library." homepage = "https://github.com/zerospam/smtpbis" readme = "README.md" categories = ["email", "network-programming"] license = "GPL-3.0+" repository = "https://github.com/zerospam/smtpbis.git" [dependencies.async-trait] version = "0.1.10" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.rustyknife] version = "0.2" features = ["quoted-string-rfc2047"] [dependencies.tokio] version = "1.0" features = ["signal", "io-util", "sync", "signal", "net", "rt-multi-thread"] [dependencies.tokio-rustls] version = "0.22" [dependencies.tokio-util] version = "0.6" features = ["codec"]