# 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 = "rust-pop3-client" version = "0.2.1" description = "POP3 client based on rustls" homepage = "https://github.com/falk-werner/rust-pop3-client" readme = "README.md" keywords = [ "pop3", "email", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/falk-werner/rust-pop3-client" [dependencies.rustls] version = "0.20" [dependencies.rustls-native-certs] version = "0.6" [dev-dependencies.rpassword] version = "0.0.4"