[package] name = "apod_async_client" version = "0.2.0" authors = ["Alexandre Delattre "] edition = "2018" repository = "https://github.com/alexd6631/apod-async-client" description = "apod-async-client is a crate providing a simple client for NASA Astronomy Picture of the Day" license = "MIT" [dependencies] serde = { version= "1.0", features=["derive"] } thiserror = "1.0" reqwest = { version="0.11", features=["json"] } url = "2.1" [dev-dependencies] tokio= { version = "1.0", features = ["full"] } mockito="0.29"