open_notify 0.1.2

fetches information about spotting International Space Station from open-notify.org
Documentation
[package]
name = "open_notify"
version = "0.1.2"
authors = ["Patrick Hoffmann <pat@thats-software.com>"]
edition = "2018"
description = "fetches information about spotting International Space Station from open-notify.org"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/open_notify"
homepage = "https://open_notify.thats-software.com"
keywords = ["open-notify", "ISS", "spot" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.3", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
http = "0.2.4"
futures = "0.3.1"
chrono ="0.4.19"