# 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 = "pushpop" version = "0.1.0" authors = ["theseriousadult "] description = "A naive implementation of POP3 which should work for even loosely-compliant servers." documentation = "https://docs.rs/pushpop" keywords = ["email", "pop3", "pop", "POP3", "POP"] license = "MIT OR Apache-2.0" repository = "https://github.com/GallagherCommaJack/pushpop" [dependencies.regex] version = "^1.1.7" [dependencies.rustls] version = "^0.15" [dev-dependencies.mail-test-account] version = "0.1.1" [dev-dependencies.untrusted] version = "0.6.2" [dev-dependencies.webpki] version = "0.19" [dev-dependencies.webpki-roots] version = "0.16"