# 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 = "qcow" version = "1.2.0" authors = ["Jordan McLeod "] description = "A library for working with QEMU qcow images" homepage = "https://panda.re" readme = "README.md" keywords = ["qemu", "qcow", "qcow2", "disk", "image"] license = "MIT" repository = "https://github.com/panda-re/qcow-rs" [dependencies.binread] version = "2.2" [dependencies.flate2] version = "1" features = ["zlib-ng-compat"] default-features = true [dependencies.modular-bitfield] version = "0.11.2" [dependencies.thiserror] version = "1" [dependencies.zstd] version = "0.9.0"