# 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-cli" version = "0.3.1" authors = ["Jordan McLeod "] description = "A CLI for working with qemu qcow files" homepage = "https://panda.re" keywords = [ "qemu", "qcow", "qcow2", "disk", "image", ] license = "MIT" repository = "https://github.com/panda-re/qcow-rs" [[bin]] name = "qcow" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.bat] version = "0.18.2" [dependencies.bootsector] version = "0.1.5" [dependencies.chrono] version = "0.4.19" [dependencies.ext4] version = "0.9" [dependencies.gpt-partition-type] version = "0.1" [dependencies.humansize] version = "1.1.1" [dependencies.libc] version = "0.2.98" [dependencies.owo-colors] version = "2.0.0" [dependencies.positioned-io] version = "0.2" [dependencies.qcow] version = "1.1" [dependencies.structopt] version = "0.3.22" [dependencies.syntect] version = "4.5.0" [dependencies.tabled] version = "0.2.2" features = ["color"]