[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"]
[dependencies]
dotenv = "=0.15.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.13.2", features = ["json"] }
[dev-dependencies]
tokio = { version = "1.52", features=["macros", "rt-multi-thread"] }
[features]
debug = []