[package] name = "milter" version = "0.2.4" edition = "2018" rust-version = "1.42.0" description = "Bindings to the sendmail milter library" license = "GPL-3.0-or-later" categories = ["api-bindings", "email"] keywords = ["email", "smtp", "milter", "sendmail", "postfix"] repository = "https://gitlab.com/glts/milter" exclude = ["/.gitignore", "/.gitlab-ci.yml"] [dependencies] bitflags = "1.2" libc = "0.2.66" milter-callback = { version = "= 0.2.4", path = "milter-callback" } milter-sys = "0.2.2" once_cell = "1.3" [workspace] members = ["milter-callback"]