# 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 = "dkim-milter" version = "0.2.0-alpha.1" exclude = [ "/.gitignore", "/.woodpecker.yml", ] description = "Milter for DKIM signing and verification" readme = "README.md" keywords = [ "dkim", "email", "milter", ] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/glts/dkim-milter" [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.21" [dependencies.regex] version = "1.10.4" [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.sqlx] version = "0.7.4" features = ["runtime-tokio"] optional = true [dependencies.syslog] version = "6.1.0" [dependencies.tokio] version = "1.37.0" features = [ "fs", "macros", "net", "rt", "rt-multi-thread", "sync", ] [dependencies.viadkim] version = "0.2.0" [dev-dependencies.indymilter-test] version = "0.2.0" features = ["regex"] [features] pre-rfc8301 = ["viadkim/pre-rfc8301"] sqlite = [ "dep:sqlx", "sqlx/sqlite", ]