[package] name = "crypto-client" version = "0.1.0" authors = ["soulmachine "] edition = "2018" description = "An unified restful client for all cryptocurrency exchanges." license = "Apache-2.0" repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-client" homepage = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-client" [dependencies] reqwest = { version = "0.10", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.20" strum_macros = "0.20"