dnsrobot 0.1.0

Official Rust client for DNS Robot (dnsrobot.net) — DNS lookups, WHOIS, SSL checks, SPF/DKIM/DMARC validation, and more
Documentation
# 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"
name = "dnsrobot"
version = "0.1.0"
authors = ["DNS Robot <hello@dnsrobot.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust client for DNS Robot (dnsrobot.net) — DNS lookups, WHOIS, SSL checks, SPF/DKIM/DMARC validation, and more"
homepage = "https://dnsrobot.net"
documentation = "https://docs.rs/dnsrobot"
readme = "README.md"
keywords = [
    "dns",
    "whois",
    "ssl",
    "network",
    "lookup",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/dnsrobot/dnsrobot-rust"

[lib]
name = "dnsrobot"
path = "src/lib.rs"