# 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 = "stm32-uart-loader" version = "0.1.2" authors = ["ryan "] description = "Library and utility for interacting with the STM32 factory UART bootloader" license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-stm32-uart-loader" [[bin]] name = "stm32-uart-loader" path = "src/main.rs" required-features = ["util"] [dependencies.anyhow] version = "1.0.38" optional = true [dependencies.bytefmt] version = "0.1.7" optional = true [dependencies.embedded-hal] version = "0.2.3" [dependencies.hex] version = "0.4.2" optional = true [dependencies.indicatif] version = "0.15.0" optional = true [dependencies.linux-embedded-hal] version = "0.3.0" optional = true [dependencies.log] version = "0.4.8" [dependencies.nb] version = "1.0.0" [dependencies.serial-core] version = "0.4.0" [dependencies.simplelog] version = "0.9.0" optional = true [dependencies.structopt] version = "0.3.14" optional = true [dependencies.thiserror] version = "1.0.23" [features] default = ["util"] linux = ["linux-embedded-hal", "anyhow"] util = ["linux", "structopt", "simplelog", "hex", "bytefmt", "indicatif"]