# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tello-edu" version = "0.5.5" description = "A library for controlling and interacting with the Tello EDU drone." readme = "README.md" license = "LGPL-2.1-only" repository = "https://github.com/robagar/tello-edu-rs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [[example]] name = "remote_control" doc-scrape-examples = true [dependencies.bytebuffer] version = "2.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.27" features = [ "rt-multi-thread", "macros", "time", "net", "sync", ] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.openh264] version = "0.4" features = ["decoder"] [dev-dependencies.sdl2] version = "0.35"