# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "qcow2-fuse" version = "0.1.1" authors = ["Dave Vasilevsky "] description = "Mounting qcow2 virtual disk images" homepage = "https://github.com/vasi/qcow2-fuse" documentation = "https://github.com/vasi/qcow2-fuse" readme = "README.md" keywords = ["qcow2", "qemu", "disk", "fuse"] license = "MIT" repository = "https://github.com/vasi/qcow2-fuse" [dependencies.daemonize] version = "0.2.2" [dependencies.env_logger] version = "0.3.4" [dependencies.fuse] version = "0.2" [dependencies.getopts] version = "0.2.14" [dependencies.libc] version = "0.2.13" [dependencies.log] version = "0.3" [dependencies.positioned-io] version = "0.2.0" [dependencies.qcow2] version = "0.1.2" [dependencies.time] version = "0.1.35"