# 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 = "async_msp_cli" version = "0.1.10" authors = ["Ilya Guterman "] description = "Async msp cli for iNav and BetaFlight" readme = "README.md" keywords = ["msp", "multiwii", "inav", "betaflight"] categories = ["asynchronous", "embedded", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/amfern/async_msp_cli.rs" [dependencies.async-std] version = "1.6.1" features = ["unstable", "attributes"] [dependencies.async_msp_lib] version = "0.1.11" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.futures] version = "0.3.4" [dependencies.itertools] version = "0.9.0" [dependencies.multiwii_serial_protocol_v2] version = "0.1.11" [dependencies.packed_struct] version = "0.3" [dependencies.packed_struct_codegen] version = "0.3" [dependencies.serialport] version = "3.3.0" [features] suppport_int32_setting_type = ["multiwii_serial_protocol_v2/suppport_int32_setting_type", "async_msp_lib/suppport_int32_setting_type"]