iptmnet 1.10.0

A convenient CLI for the IPTMNet API
Documentation
[[bin]]
name = "iptmnet"
path = "src/iptmnet/main.rs"

[dependencies.clap]
features = ["derive", "env", "string", "unicode", "cargo", "debug", "wrap_help"]
version = "4.1.4"

[dependencies.reqwest]
features = ["json"]
version = "0.11.14"

[dependencies.serde]
features = ["derive", "serde_derive"]
version = "1.0.144"

[dependencies.serde-aux]
version = "4.0.0"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.tokio]
features = ["full"]
version = "1.20.3"

[lib]
crate-type = ["lib"]
name = "iptmlib"
path = "src/iptmlib/lib.rs"

[package]
authors = ["Ali Sajid Imami <Ali.Sajid.Imami@gmail.com>"]
categories = ["command-line-utilities", "science", "web-programming::http-client"]
description = "A convenient CLI for the IPTMNet API"
edition = "2021"
license = "GPL-3.0-or-later"
name = "iptmnet"
readme = "README.md"
repository = "https://github.com/AliSajid/iptmnet_client"
rust-version = "1.64.0"
version = "1.10.0"

[profile.dev]
debug = true
opt-level = 1

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true