[package]
edition = "2021"
name = "logistics-api"
version = "0.1.6"
authors = ["Shahen Hovhannisyan <shahen.hovhannisyan.94@gmail.com>"]
description = "Track your packages from all over the world. Supports logicsitcs from DHL, UPS, FedEx, USPS, and more."
documentation = "https://docs.rs/logistics-api"
readme = "README.md"
keywords = [
"logistics",
"dhl",
"ups",
"fedex",
"usps",
]
categories = [
"parsing",
"network-programming",
"accessibility",
]
license = "MIT"
repository = "https://github.com/shahen94/logistics-api"
[dependencies.reqwest]
version = "0.11.14"
features = [
"json",
"blocking",
]
[dependencies.serde]
version = "1.0.156"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.94"