# 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 = "msi" version = "0.6.0" authors = ["Matthew D. Steele "] description = "Read/write Windows Installer (MSI) files" readme = "README.md" keywords = [ "msi", "windows", "installer", "package", ] license = "MIT" repository = "https://github.com/mdsteele/rust-msi" [dependencies.byteorder] version = "1" [dependencies.cfb] version = "0.7" [dependencies.encoding_rs] version = "0.8" [dependencies.uuid] version = "1" [dev-dependencies.clap] version = "2.27" [dev-dependencies.pest] version = "2.1" [dev-dependencies.pest_derive] version = "2.1" [dev-dependencies.time] version = "0.3"