skydroid-protocol 0.1.0

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.
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 = "2021"
name = "skydroid-protocol"
version = "0.1.0"
authors = ["Mohamed A. Taha <Ahmed.Boin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
readme = false
keywords = [
    "skydroid",
    "fpv",
    "camera",
    "protocol",
    "drone",
]
categories = [
    "no-std",
    "embedded",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/AhmedBoin/Skydroid-Protocol"

[features]
default = []
std = []
transport = ["std"]

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

[dev-dependencies]