[package] name = "crypto-rest-client" version = "1.0.1" authors = ["soulmachine "] edition = "2021" description = "An RESTful client for all cryptocurrency exchanges." license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-rest-client" keywords = ["cryptocurrency", "blockchain", "trading"] [dependencies] crypto-market-type = "1.1.5" once_cell = "1.17.1" log = "0.4.17" regex = "1.7.1" reqwest = { version = "0.11.14", features = ["blocking", "gzip", "socks"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" [dev_dependencies] test-case = "1"