abpilot-cli 0.1.0

ABPilot Cli
# 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 = "2021"
name = "abpilot-cli"
version = "0.1.0"
authors = ["ABPilot Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABPilot Cli"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/abpilot-cc/cli"

[[bin]]
name = "abpilot"
path = "src/main.rs"

[dependencies.abpilot-cc-sdk]
version = "0.1"
features = ["mp"]
default-features = false

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

[dependencies.dirs]
version = "5.0"

[dependencies.hostname]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1.0"

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