[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"] }