# 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 = "dkimdo" version = "0.1.1" exclude = [ "/.gitignore", "/.woodpecker.yml", ] description = "DKIM command-line tool" readme = "README.md" keywords = [ "dkim", "dns", "email", ] categories = [ "command-line-utilities", "cryptography", "email", ] license = "GPL-3.0-or-later" repository = "https://codeberg.org/glts/dkimdo" [dependencies.chrono] version = "0.4.31" [dependencies.ed25519-dalek] version = "2.1.1" features = [ "pkcs8", "rand_core", ] [dependencies.hickory-resolver] version = "0.24.1" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" features = ["pem"] [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", ] [dependencies.viadkim] version = "0.2.0" features = [ "hickory-resolver", "pre-rfc8301", ]