bapp-api-client 0.2.0

BAPP Auto API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bapp-api-client"
version = "0.2.0"
edition = "2021"
description = "BAPP Auto API Client for Rust"
license = "MIT"
homepage = "https://www.bapp.ro"
repository = "https://github.com/bapp-open/sdk-rust"
keywords = ["bapp", "api", "client"]
categories = ["api-bindings"]

[dependencies]
reqwest = { version = "0.12", features = ["json", "multipart"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }