intrac 1.0.0

Unofficial library to track Easypack24/InPost shipments and parcels via their Web API.
Documentation
[[bin]]
name = "intrac"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.5.21"

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

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.42.0"

[lib]
name = "intrac"
path = "src/lib.rs"

[package]
authors = ["Lorenzo D. M. <foss@pinguino13.mailer.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities"]
description = "Unofficial library to track Easypack24/InPost shipments and parcels via their Web API."
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "AUTHORS", "LICENSE.txt", "README.md"]
keywords = ["tracking", "shipment", "parcel", "easypack24", "inpost"]
license = "AGPL-3.0-only"
name = "intrac"
publish = true
readme = "README.md"
repository = "https://gitlab.com/interop2/intrac"
version = "1.0.0"