[package]
name = "skydroid-protocol"
version = "0.1.0"
edition = "2021"
description = "no_std, allocation-free Rust implementation of the SkydroidCameraFPV control protocol (#TP and AT+ command families). Build and parse camera control packets for embedded and OS projects."
license = "MIT"
authors = ["Mohamed A. Taha <Ahmed.Boin@gmail.com>"]
repository = "https://github.com/AhmedBoin/Skydroid-Protocol"
keywords = ["skydroid", "fpv", "camera", "protocol", "drone"]
categories = ["no-std", "embedded", "network-programming"]
[features]
default = []
std = []
transport = ["std"]
[dev-dependencies]