# 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 = "2018" name = "blflash" version = "0.3.5" authors = ["spacemeowx2 "] description = "BL602 serial flasher." documentation = "https://docs.rs/blflash" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/spacemeowx2/blflash" [lib] [[bin]] name = "blflash" path = "src/main.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.byteorder] version = "1.3.4" [dependencies.crc] version = "1.8.1" [dependencies.deku] version = "0.15.1" [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.2" [dependencies.indicatif] version = "0.16.0" [dependencies.log] version = "0.4.11" [dependencies.main_error] version = "0.1.1" [dependencies.parse_int] version = "0.6.0" [dependencies.paw] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serial] version = "0.4" [dependencies.sha2] version = "0.10.6" [dependencies.structopt] version = "0.3.21" features = ["paw"] [dependencies.thiserror] version = "1.0.22" [dependencies.toml] version = "0.5" [dependencies.xmas-elf] version = "0.9.0"