mavlink 0.10.7

Implements the MAVLink data interchange format for UAVs.
Documentation
[[bin]]
name = "mavlink-dump"
required-features = ["ardupilotmega"]
[build-dependencies.bytes]
default-features = false
version = "1.0"

[build-dependencies.crc-any]
version = "2.3.0"

[build-dependencies.lazy_static]
version = "1.2.0"

[build-dependencies.quote]
version = "0.3"

[build-dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.115"

[build-dependencies.xml-rs]
version = "0.2"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.byteorder]
default-features = false
version = "1.3.4"

[dependencies.bytes]
default-features = false
version = "1.0"

[dependencies.crc-any]
version = "2.3.5"

[dependencies.embedded-hal]
optional = true
version = "0.2"

[dependencies.nb]
optional = true
version = "0.1"

[dependencies.num-derive]
version = "0.3.2"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.115"

[dependencies.serial]
optional = true
version = "0.4"

[features]
all-dialects = ["ardupilotmega", "asluav", "autoquad", "matrixpilot", "minimal", "paparazzi", "python_array_test", "slugs", "standard", "test", "ualberta", "uavionix", "icarous", "common"]
ardupilotmega = ["common", "icarous", "uavionix"]
asluav = ["common"]
autoquad = ["common"]
common = []
default = ["std", "tcp", "udp", "direct-serial", "serial", "serde", "common"]
direct-serial = []
embedded = ["embedded-hal", "nb"]
emit-description = []
emit-extensions = []
icarous = []
matrixpilot = ["common"]
minimal = []
paparazzi = ["common"]
python_array_test = ["common"]
slugs = ["common"]
standard = ["common"]
std = ["byteorder/std"]
tcp = []
test = []
ualberta = ["common"]
uavionix = ["common"]
udp = []

[package]
authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"]
build = "build/main.rs"
description = "Implements the MAVLink data interchange format for UAVs."
edition = "2018"
license = "MIT/Apache-2.0"
name = "mavlink"
readme = "README.md"
repository = "https://github.com/mavlink/rust-mavlink"
version = "0.10.7"
[package.metadata.docs.rs]
features = ["default", "all-dialects", "emit-description", "emit-extensions"]