# 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 = "blelora" version = "0.1.2" authors = ["Kent Williams"] description = "A command-line utility written in Rust that supports Device Firmware Updates (DFU) for devices running Adafruit_nRF52_Bootloader." keywords = ["nrf", "dfu", "nordic"] license-file = "LICENSE" repository = "https://github.com/blelora/blelora-cli" [[bin]] name = "blelora" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.44" [dependencies.bytes] version = "1.1.0" [dependencies.env_logger] version = "0.9.0" [dependencies.ferrous-serialport] version = "4.0.2" [dependencies.futures] version = "0.3.17" [dependencies.indicatif] version = "0.16.2" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.7" [dependencies.serde_json] version = "1.0" [dependencies.snailquote] version = "0.3.0" [dependencies.structopt] version = "0.3.23" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.zip] version = "0.5.13"