[dependencies.csv]
version = "1.3.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.0"
[dependencies.tokio]
features = ["full"]
version = "1.40.0"
[lib]
name = "iadb_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "data-structures", "finance", "science"]
description = "Wrapper for Band 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.1"