lemonaid 0.2.0

An HTTP client for the Citra Space API
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lemonaid"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An HTTP client for the Citra Space API"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/citra-space/lemonaid_rust"

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

[[example]]
name = "create_task"
path = "examples/create_task.rs"

[[example]]
name = "get_antenna"
path = "examples/get_antenna.rs"

[[example]]
name = "get_groundstation"
path = "examples/get_groundstation.rs"

[[example]]
name = "get_obs_windows"
path = "examples/get_obs_windows.rs"

[[example]]
name = "get_targets_in_frame"
path = "examples/get_targets_in_frame.rs"

[[example]]
name = "get_telescope"
path = "examples/get_telescope.rs"

[[example]]
name = "update_task"
path = "examples/update_task.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]