[package] name = "rmilter" version = "0.2.0" authors = ["Arne Janbu "] license = "Apache-2.0" homepage = "https://github.com/arnej/rmilter" repository = "https://github.com/arnej/rmilter.git" readme = "README.md" categories = ["api-bindings", "email"] keywords = ["email", "smtp", "sendmail", "postfix", "milter"] description = """ A rust-only crate for connecting and using milter functionality. """ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13" bitflags = "1.2" charset = "0.1" lazy_static = "1.4" quoted_printable = "0.4" regex = "1.4"