# 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 = "pop3-client" version = "0.2.1" authors = [ "Anton Dutov ", "Alena Yuryeva ", ] description = "Another pop3 client" readme = "README.md" keywords = [ "mail", "pop3", ] categories = ["email"] license = "MIT" repository = "https://github.com/anton-dutov/pop3-client-rs" [dependencies.bytes] version = "1" [dependencies.rustls] version = "0.23" optional = true [dependencies.webpki] version = "0.22" optional = true [dependencies.webpki-roots] version = "0.26" optional = true [features] default = [] with-rustls = [ "rustls", "webpki", "webpki-roots", ]