[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt"]
version = "1.0"
[dev-dependencies.tokio]
features = ["full", "macros"]
version = "1.0"
[[example]]
name = "test"
path = "examples/test.rs"
[lib]
name = "myip_foo"
path = "src/lib.rs"
[package]
authors = ["JustFox <hello@justfox.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming"]
description = "Official Rust client for myip.foo - free IP lookup API with geolocation"
documentation = "https://myip.foo/api-docs.html"
edition = "2021"
homepage = "https://myip.foo"
keywords = ["ip", "geolocation", "ipv4", "ipv6", "api"]
license = "MIT"
name = "myip-foo"
readme = "README.md"
repository = "https://github.com/virtualox/myip-packages"
version = "1.0.0"