# 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] edition = "2018" name = "tello" version = "0.6.3" authors = ["Alex Halemba "] description = "SDK for intel DJI Tello drone using the native api" documentation = "https://docs.rs/tello" readme = "./README.md" keywords = ["Drone", "Tello", "Ryze", "DJI", "RyzeRobotics"] license = "MIT" license-file = "./LICENCE" repository = "https://github.com/Alexander89/rust-tello" [lib] name = "tello" path = "src/lib.rs" [[example]] name = "fly" path = "examples/fly/main.rs" [[example]] name = "fly_gamepad" path = "examples/fly_gamepad/main.rs" [[example]] name = "command_mode" path = "examples/command_mode/main.rs" [[example]] name = "command_mode_tokio" path = "examples/command_mode_tokio/main.rs" required-features = ["tokio_async"] [[example]] name = "command_mode_state" path = "examples/command_mode_state/main.rs" required-features = ["tokio_async"] [[example]] name = "command_mode_keyboard" path = "examples/command_mode_keyboard/main.rs" [dependencies.byteorder] version = "1.4" [dependencies.chrono] version = "0.4.19" [dependencies.tokio] version = "1.11.0" features = ["net", "rt", "sync", "macros", "rt-multi-thread"] optional = true [dependencies.tokio-stream] version = "0.1.7" features = ["sync"] optional = true [dev-dependencies.futures] version = "0.3.16" [dev-dependencies.gilrs] version = "0.7.4" [dev-dependencies.sdl2] version = "0.34.5" features = ["ttf"] [features] default = ["tokio_async"] tokio_async = ["tokio", "tokio-stream"]