[package] name = "gecko" version = "0.1.6" repository = "https://gitlab.com/fuzzylemma/gecko.git" authors = ["fuzzylemma "] description = "coin gecko api impl" license = "MIT/Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.3", features = ["json"] } tokio = { version = "1", features = ["full"] } json = { version = "0.12.4" } serde_json = { version = "1.0.39" }