[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["Ole Algoritme <olealgoritme@gmail.com>"]
description = "A Rust library for interacting with the IPSpin Service API"
documentation = "https://github.com/olealgoritme/IPSpin_rust"
edition = "2021"
homepage = "https://github.com/olealgoritme/IPSpin_rust"
license = "MIT"
name = "ipspin"
readme = "README.md"
repository = "https://github.com/olealgoritme/IPSpin_rust"
version = "0.1.0"