toluol 0.1.0

A crate for making DNS queries
Documentation
[package]
name = "toluol"
version = "0.1.0"
authors = ["Max von Forell <max@vonforell.de>"]
license = "MIT"
repository = "https://sr.ht/~mvforell/toluol"
documentation = "https://docs.rs/toluol"
description = "A crate for making DNS queries"
keywords = ["dns"]
categories = ["command-line-utilities", "parser-implementations"]
readme = "README.md"
edition = "2018"

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

[[bin]]
name = "toluol"
path = "./src/main.rs"
doc = false

[dependencies]
byteorder = "1.3.4"
data-encoding = "2.3.1"
rand = "0.7.3"
strum = "0.19"
strum_macros = "0.19"