# 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 = "2018" rust-version = "1.42.0" name = "milter" version = "0.2.4" exclude = ["/.gitignore", "/.gitlab-ci.yml"] description = "Bindings to the sendmail milter library" keywords = ["email", "smtp", "milter", "sendmail", "postfix"] categories = ["api-bindings", "email"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/glts/milter" [dependencies.bitflags] version = "1.2" [dependencies.libc] version = "0.2.66" [dependencies.milter-callback] version = "= 0.2.4" [dependencies.milter-sys] version = "0.2.2" [dependencies.once_cell] version = "1.3"