voyager_client 0.3.2

Crate that contains base clients for interacting with the NASA Open APIs
Documentation
[dependencies.chrono]
version = "0.4.19"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.serde]
version = "1.0.131"

[dependencies.serde_derive]
version = "1.0.131"

[dependencies.serde_json]
version = "1.0.73"

[dependencies.ureq]
version = "2.3.1"

[lib]
bench = true
doctest = true
name = "voyager_client"
path = "src/lib.rs"
test = true

[package]
authors = ["Ethan Gallucci <ethgallucci@gmail.com>"]
categories = ["api-bindings", "science", "aerospace"]
description = "Crate that contains base clients for interacting with the NASA Open APIs"
documentation = "https://docs.rs/voyager_client"
edition = "2021"
license = "MIT"
name = "voyager_client"
repository = "https://github.com/ethgallucci/voyager"
resolver = "2"
version = "0.3.2"