pitbox 0.1.0

An F1 CLI that can output standings, results, and more.
Documentation
[[bin]]
name = "pitbox"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.comfy-table]
version = "7"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.1"

[dependencies.toml]
version = "0.8"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "An F1 CLI that can output standings, results, and more."
edition = "2024"
keywords = ["f1", "formula1"]
license = "MIT"
name = "pitbox"
readme = "README.md"
repository = "https://github.com/ZacDanMon/pitbox"
version = "0.1.0"