ip-api-wrapper 0.1.0

Simple API Wrapper IP-API.com
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ip-api-wrapper"
version = "0.1.0"
edition = "2021"
authors = ["rustmonicon <aqu.de@yandex.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
metadata = { homepage = "https://github.com/rustmonicon/ip-api-wrapper", repository = "https://github.com/rustmonicon/ip-api-wrapper" }
description = "Simple API Wrapper IP-API.com"

[dependencies]
reqwest = { version = "0.12.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }