[[bin]]
name = "mavlink-dump"
required-features = ["common"]
[build-dependencies.bytes]
version = "0.4"
[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.101"
[build-dependencies.xml-rs]
version = "0.2"
[dependencies.bitflags]
version = "1.0.4"
[dependencies.byteorder]
optional = true
version = "0.5"
[dependencies.bytes]
version = "0.4"
[dependencies.crc-any]
version = "2.3.0"
[dependencies.num-derive]
version = "0.2"
[dependencies.num-traits]
version = "0.2"
[dependencies.serde]
optional = true
version = "1.0.101"
[dependencies.serial]
optional = true
version = "0.4"
[features]
ardupilotmega = ["common", "icarous", "uavionix"]
asluav = ["common"]
autoquad = ["common"]
common = []
default = ["std", "tcp", "udp", "direct-serial", "serial", "serde", "common"]
direct-serial = []
emit-description = []
emit-extensions = []
icarous = []
matrixpilot = ["common"]
minimal = []
paparazzi = ["common"]
python_array_test = ["common"]
slugs = ["common"]
standard = ["common"]
std = ["byteorder"]
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.8.4"
[package.metadata.docs.rs]
all-features = true