ipdatainfo 0.1.0

Official Rust client for the ipdata.info IP geolocation, ASN, and threat-intelligence API
Documentation
[package]
name = "ipdatainfo"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
description = "Official Rust client for the ipdata.info IP geolocation, ASN, and threat-intelligence API"
license = "MIT"
repository = "https://github.com/IPDataInfo/ipdata-rust"
homepage = "https://ipdata.info"
documentation = "https://docs.rs/ipdatainfo"
readme = "README.md"
keywords = ["ip", "geolocation", "geoip", "asn", "threat-intelligence"]
categories = ["web-programming::http-client", "api-bindings"]
authors = ["ipdata.info"]

[dependencies]
ureq = { version = "2", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"

[dev-dependencies]