iadb-api 0.1.3

Wrapper for Bank of England's Statistical Interactive Database (IADB)
Documentation
[dependencies.csv]
version = "1.3.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.46.1"

[lib]
name = "iadb_api"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "data-structures", "finance", "science"]
description = "Wrapper for Bank of England's Statistical Interactive Database (IADB)"
documentation = "https://docs.rs/iadb-api"
edition = "2021"
homepage = "https://github.com/rsadykhov/iadb-api"
keywords = ["bank-of-england", "iadb", "api", "data", "yield"]
license = "MIT OR Apache-2.0"
name = "iadb-api"
readme = "README.md"
repository = "https://github.com/rsadykhov/iadb-api"
version = "0.1.3"