# 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 = "tugger-wix" version = "0.16.0" authors = ["Gregory Szorc "] build = "build.rs" description = "Interfaces to the WiX Toolset to produce Windows installers" homepage = "https://github.com/indygreg/PyOxidizer" readme = "README.md" keywords = [ "package", "tugger", "windows", "wix", "wix-toolset", ] license = "MPL-2.0" repository = "https://github.com/indygreg/PyOxidizer.git" [dependencies.anyhow] version = "1.0.68" [dependencies.duct] version = "0.13.6" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.0" [dependencies.simple-file-manifest] version = "0.11.0" [dependencies.tugger-common] version = "0.10.0-pre" [dependencies.tugger-windows] version = "0.10.0-pre" [dependencies.tugger-windows-codesign] version = "0.10.0-pre" [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.2.2" features = [ "v4", "v5", ] [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.tempfile] version = "3.3.0" [target."cfg(windows)".dev-dependencies.msi] version = "0.5.0"