# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "open_notify" version = "0.1.9" authors = ["Patrick Hoffmann "] description = "fetches information about spotting International Space Station from open-notify.org" homepage = "https://open_notify.thats-software.com" documentation = "https://docs.rs/open_notify" readme = "README.md" keywords = ["open-notify", "ISS", "spot"] license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.1" features = ["executor"] default-features = false [dependencies.http] version = "0.2.4" default-features = false [dependencies.reqwest] version = "0.11.3" features = ["blocking"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" default-features = false