ccdata-api 0.1.6

Wrapper for CoinDesk REST API endpoints (Fomerly CCData REST API).
Documentation
[package]
name = "ccdata-api"
version = "0.1.6"
edition = "2021"
description = "Wrapper for CoinDesk REST API endpoints (Fomerly CCData REST API)."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rsadykhov/ccdata-api"
repository = "https://github.com/rsadykhov/ccdata-api"
documentation = "https://docs.rs/ccdata-api"
categories = ["api-bindings", "cryptography::cryptocurrencies", "finance"]
exclude = [".env", "commands.md", "notes.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dotenv = "=0.15.0" # MIT
serde = { version = "1.0", features = ["derive"] } # MIT or Apache 2.0
serde_json = "1.0" # MIT or Apache 2.0
reqwest = { version = "0.13.2", features = ["json"] } # MIT or Apache 2.0

[dev-dependencies]
tokio = { version = "1.52", features=["macros", "rt-multi-thread"] } # MIT

[features]
# default = ["debug"]
debug = []