# 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" rust-version = "1.74.0" name = "spf-milter" version = "0.7.0-alpha.1" exclude = [ "/.gitignore", "/.woodpecker.yml", ] description = "Milter for SPF verification" readme = "README.md" keywords = [ "spf", "milter", "email", "dns", "spam", ] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/glts/spf-milter" [dependencies.async-trait] version = "0.1.77" [dependencies.byte-strings] version = "0.3.1" [dependencies.domain] version = "0.10.0" features = ["resolv"] [dependencies.futures-util] version = "0.3.30" [dependencies.idna] version = "0.4.0" [dependencies.indymilter] version = "0.3.0" [dependencies.ipnet] version = "2.9.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.syslog] version = "6.1.0" [dependencies.tokio] version = "1.36.0" features = [ "fs", "macros", "net", "rt", "rt-multi-thread", "sync", ] [dependencies.viaspf] version = "0.7.0-alpha.2" [dev-dependencies.indymilter-test] version = "0.2.0" [dev-dependencies.tokio] version = "1.36.0" features = ["signal"]