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