postal_api 0.2.1

A Rust implementation for the Postal mail delivery platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "postal_api"
version = "0.2.1"
edition = "2021"
description = "A Rust implementation for the Postal mail delivery platform."
repository = "https://codeberg.org/OpenThingies/postal_api"
license = "MIT"

[dependencies]
derive_more = "0.99.17"
reqwest = { version = "0.11.18", features = ["json"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
thiserror = "1.0.47"