# 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 = "e_drone" version = "22.6.2" authors = ["Sanghyo Lee "] description = "Rust library for BYROBOT Drones." homepage = "https://github.com/byrobot-rust/e_drone" documentation = "https://docs.rs/e_drone" license = "MIT OR Apache-2.0" repository = "https://github.com/byrobot-rust/e_drone" resolver = "2" [lib] name = "e_drone" bench = false [dependencies.byteorder] version = "1.4" [dependencies.num_enum] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"]