bitvavo-api 0.4.0

A client for the bitvavo API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bitvavo-api"
description = "A client for the bitvavo API"
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
reqwest = "0.11"

serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
tokio-test = "0.4"
tokio = { version = "1", features = ["rt", "macros"] }