[package] name = "tuasmavlink" version = "0.1.3" authors = ["Winson Quan", "Matthew Ho", "Jursch"] build = "build/main.rs" description = "Parses the MAVLink data interchange format for UAVs." license = "MIT/Apache-2.0" repository = "https://github.com/tritonuas/rust-mavlink" [build-dependencies] crc16 = "0.3.3" byteorder = "0.5.3" xml-rs = "0.2" protobuf = "1.*" protoc = "1.*" protoc-rust-grpc = "0.*" bindgen = "0.26.3" [dependencies] crc16 = "0.3.3" byteorder = "0.5.3" serial = "0.4" protobuf = "1.*" grpc = "0.*" tls-api = "0.1.10" futures = "0.1.16"