stellaria 0.0.1

An ergonomic Rust library for the NASA Web APIs
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.39"

[dependencies.reqwest]
features = ["json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.136"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
features = ["serde"]
version = "2.5.4"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dev-dependencies.tokio-macros]
version = "2.5.0"

[lib]
name = "stellaria"
path = "src/lib.rs"

[package]
authors = ["Aravindaksha Balaji <aravindakshabalaji@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "science", "web-programming::http-client"]
description = "An ergonomic Rust library for the NASA Web APIs"
documentation = "https://docs.rs/stellaria/"
edition = "2024"
exclude = ["tests/*", ".env"]
keywords = ["nasa", "space", "api", "apod", "neows"]
license = "MIT OR Apache-2.0"
name = "stellaria"
readme = "README.md"
repository = "https://github.com/aravindakshabalaji/stellaria/"
version = "0.0.1"