# 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.65.0" name = "spftrace" version = "0.3.0" exclude = [ "/.gitignore", "/.woodpecker.yml", ] description = "Utility for tracing SPF queries" readme = "README.md" keywords = [ "dns", "domain", "email", "spf", "trace", ] categories = [ "command-line-utilities", "email", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://codeberg.org/glts/spftrace" [dependencies.async-trait] version = "0.1.73" [dependencies.owo-colors] version = "3.5.0" features = ["supports-colors"] [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "time", ] [dependencies.trust-dns-resolver] version = "0.23.0" [dependencies.viaspf] version = "0.6.0" features = ["trust-dns-resolver"] default-features = false