1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
# 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 <sjoerd@collabora.com>"]
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, < 0.39"
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"
|