currencyapi 0.3.0

currencyapi API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "currencyapi"
version = "0.3.0"
description = "currencyapi API"
authors = ["Yehuthith <yehuthith@gmail.com>"]
repository = "https://github.com/yehuthi/currencyapi-rs"
license = "MIT OR Apache-2.0"
categories = ["api-bindings"]
keywords = ["currency", "convert", "freecurrencyapi", "money", "api"]
edition = "2021"

[dependencies]
reqwest = "0.11.11"
bstringify = "0.1.2"
chrono = "0.4.22"
currencyapi_parse = "0.1.1"
thiserror = "1.0.32"