[dependencies.chrono]
version = "0.4.31"
[dependencies.reqwest]
features = ["json"]
version = "0.11.20"
[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[dependencies.serde_json]
version = "1.0.107"
[dependencies.tokio]
features = ["full"]
version = "1.32.0"
[package]
authors = ["Vasco Costa"]
description = "A type safe and asynchronous wrapper around the RocketLaunch.Live API."
edition = "2021"
keywords = ["api", "rest", "client", "rocket", "launch"]
license = "MIT OR Apache-2.0"
name = "rocket_launch_live"
readme = "README.md"
repository = "https://github.com/vascocosta/rocket_launch_live/"
version = "0.1.3"