# 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 = "doge_dns" version = "1.0.2" authors = ["Darrion Whitfield "] description = "The dns interaction component of the doge package" homepage = "https://github.com/Dj-Codeman/doge" readme = "README.md" license = "MIT" repository = "https://github.com/Dj-Codeman/doge_dns" [lib] doctest = false [dependencies.base64] version = "0.22" [dependencies.byteorder] version = "1.3" [dependencies.log] version = "0.4" [dependencies.unic-idna] version = "0.9.0" optional = true [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [] with_idna = ["unic-idna"]