mav-sdk 0.1.0

Simple API (gRPC) for managing one or more vehicles, providing programmatic access to vehicle information and telemetry, and control over missions, movement and other operations.
Documentation
[build-dependencies.tonic-build]
features = ["rustfmt"]
version = "0.5"
[dependencies.prost]
version = "0.8.0"

[dependencies.tonic]
version = "0.5.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.8"

[lib]

[package]
authors = ["AeroRust"]
categories = ["api-bindings", "science::robotics"]
description = "Simple API (gRPC) for managing one or more vehicles,\nproviding programmatic access to vehicle information and telemetry,\nand control over missions, movement and other operations.\n"
documentation = "https://docs.rs/mav-sdk"
edition = "2018"
homepage = "https://github.com/AeroRust/mav"
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
keywords = ["mavlink", "mavsdk", "grpc", "autopilot", "drones"]
license = "MIT OR Apache-2.0"
name = "mav-sdk"
readme = "../README.md"
repository = "https://github.com/AeroRust/mav"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]