# 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 = "bmap-parser" version = "0.2.0" authors = ["Sjoerd Simons "] description = "bmap-parser is a library for Rust that allows you to copy files or flash block devices safely" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/collabora/bmap-rs" [dependencies.anyhow] version = "1.0.40" optional = true [dependencies.async-trait] version = "0.1.58" [dependencies.digest] version = "0.10.5" [dependencies.flate2] version = "1.0.20" [dependencies.futures] version = "0.3.25" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.sha2] version = "0.10.6" features = ["asm"] [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.thiserror] version = "1.0.24"