public-ip 0.1.1

Find the public IP address of a device
Documentation
[badges.travis-ci]
branch = "master"
repository = "avitex/rust-public-ip"
[dependencies.futures]
version = "0.3"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.hyper]
optional = true
version = "0.13"

[dependencies.once_cell]
optional = true
version = "~1"

[dependencies.regex]
optional = true
version = "~1"

[dependencies.tokio]
features = ["rt-threaded"]
optional = true
version = "0.2"

[dependencies.trust-dns-client]
optional = true
version = "0.19"

[dependencies.trust-dns-proto]
optional = true
version = "0.19"
[dev-dependencies.async-std]
version = "~1"

[features]
default = ["dns-resolver", "http-resolver"]
dns-resolver = ["tokio", "trust-dns-client", "trust-dns-proto", "once_cell"]
http-resolver = ["tokio", "http", "hyper", "regex", "once_cell"]

[package]
authors = ["avitex <avitex@wfxlabs.com>"]
description = "Find the public IP address of a device"
documentation = "https://docs.rs/public-ip"
edition = "2018"
homepage = "https://github.com/avitex/rust-public-ip"
license = "MIT"
name = "public-ip"
repository = "https://github.com/avitex/rust-public-ip"
version = "0.1.1"