[package] name = "sync-resolve" description = "Synchronous DNS resolver" documentation = "https://docs.rs/sync-resolve/" repository = "https://github.com/sunfishcode/sync-resolve" keywords = ["dns", "host", "resolver"] categories = ["network-programming"] license = "MIT/Apache-2.0" version = "0.3.1" authors = [ "Murarth ", "Dan Gohman " ] edition = "2018" exclude = ["/.github"] [dependencies] idna = "0.4.0" log = "0.4.14" rand = "0.8.4" [badges] maintenance = { status = "passively-maintained" }