# 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" name = "spfr" version = "0.0.4" description = "Recursively look up SPF records for a domain" homepage = "https://git.sr.ht/brownjohnf/spfr" readme = "README.md" keywords = ["dns", "txt", "dig", "spf"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://git.sr.ht/brownjohnf/spfr" resolver = "2" [dependencies.anyhow] version = "1.0.44" [dependencies.jacklog] version = "0.0.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.serde_yaml] version = "0.8.20" [dependencies.structopt] version = "0.3.23" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.29" [dependencies.trust-dns-resolver] version = "0.20.3"