ipspin 0.1.1

A Rust library for interacting with the https://IPSpin.io Service API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ipspin"
version = "0.1.1"
edition = "2021"
description = "A Rust library for interacting with the https://IPSpin.io Service API"
license = "MIT"
authors = ["Ole Algoritme <olealgoritme@gmail.com>"]
documentation = "https://github.com/olealgoritme/IPSpin_rust"
homepage = "https://github.com/olealgoritme/IPSpin_rust"
repository = "https://github.com/olealgoritme/IPSpin_rust"


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