ip-api-wrapper 0.1.0

Simple API Wrapper IP-API.com
[[bin]]
name = "ip-api-wrapper"
path = "src/main.rs"

[dependencies.reqwest]
features = ["json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["rustmonicon <aqu.de@yandex.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple API Wrapper IP-API.com"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ip-api-wrapper"
readme = "README.md"
version = "0.1.0"

[package.metadata]
homepage = "https://github.com/rustmonicon/ip-api-wrapper"
repository = "https://github.com/rustmonicon/ip-api-wrapper"