[package] name = "usgs-espa-client" version = "0.5.0" authors = ["Janis Gailis "] edition = "2018" description = "API client for USGS ESPA API" readme = "README.md" license = "MIT" repository = "https://gitlab.com/stcorp/nmbu/usgs-espa-client" keywords = ["api", "USGS", "ESPA"] categories = ["api-bindings", "science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "^0.10", features = ["json", "blocking"]} serde = {version = "^1.0", features = ["derive"]} serde_json = "^1.0" thiserror = "^1.0" url = "^2" [dev-dependencies] mockito = "^0.27" tokio = {version = "^0.2", features = ["macros"]}