[package] name = "crypto-prices-lib" version = "0.5.0" edition = "2021" description = "A SDK for getting prices of cryptocurrencies against another." documentation = "https://docs.rs/crypto-prices-lib" repository = "https://github.com/zackbalbin/crypto-prices-lib" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" reqwest = { version = "0.12.4", features = ["json"] } serde_json = "1.0.116" tokio = { version = "1.37.0", features = ["full"] }