-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
17 lines (16 loc) · 723 Bytes
/
Cargo.toml
File metadata and controls
17 lines (16 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "iadb-api"
version = "0.1.4"
edition = "2021"
description = "Wrapper for Bank of England's Statistical Interactive Database (IADB)"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rsadykhov/iadb-api"
repository = "https://github.com/rsadykhov/iadb-api"
documentation = "https://docs.rs/iadb-api"
keywords = ["bank-of-england", "iadb", "api", "data", "yield"]
categories = ["api-bindings", "data-structures", "finance", "science"]
[dependencies]
serde = { version = "1.0", features = ["derive"] } # MIT or Apache 2.0
reqwest = { version = "0.12", features = ["json"] } # MIT or Apache 2.0
csv = { version = "1.3.1" } # Unlicense or MIT
tokio = { version = "1.46.1", features = ["full"] } # MIT