# 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 = "mailin" version = "0.6.5" authors = ["alienscience "] build = false exclude = ["docs/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for writing SMTP servers" readme = "README.md" keywords = [ "smtp", "server", "email", ] categories = [ "email", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://code.alienscience.org/alienscience/mailin" [lib] name = "mailin" path = "src/lib.rs" [dependencies.base64-compat] version = "1" [dependencies.either] version = "1.5" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.ternop] version = "1.0"