# 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 = "2021" name = "vhdx" version = "0.1.0" authors = ["Caleb Fletcher "] description = "An implementation of Microsoft's VHDX virtual hard disk format." homepage = "https://github.com/calebfletcher/vhdx/" readme = "README.md" keywords = [ "vhdx", "disk", "microsoft", ] categories = [ "encoding", "filesystem", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/calebfletcher/vhdx/" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies] [dev-dependencies.gpt] version = "3.1.0"