# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [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" [dependencies.grpc] version = "0.*" [dependencies.serial] version = "0.4" [dependencies.futures] version = "0.1.16" [dependencies.tls-api] version = "0.1.10" [dependencies.crc16] version = "0.3.3" [dependencies.protobuf] version = "1.*" [dependencies.byteorder] version = "0.5.3" [build-dependencies.byteorder] version = "0.5.3" [build-dependencies.crc16] version = "0.3.3" [build-dependencies.xml-rs] version = "0.2" [build-dependencies.protobuf] version = "1.*" [build-dependencies.bindgen] version = "0.26.3" [build-dependencies.protoc-rust-grpc] version = "0.*" [build-dependencies.protoc] version = "1.*"