# 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 = "cargo-msix" version = "0.5.1" description = "A cargo subcommand to build MSIX installers for Rust projects" homepage = "https://github.com/davidanthoff/cargo-msix" readme = "README.md" keywords = [ "cargo-subcommand", "installer", "msix", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/davidanthoff/cargo-msix" [package.metadata.msix] example = "examples/packagelayout.xml" [dependencies.anyhow] version = "1" [dependencies.capturing-glob] version = "0.1.1" [dependencies.cargo_metadata] version = "0.14.1" [dependencies.clap] version = "3.0.5" features = ["derive"] [dependencies.clap-cargo] version = "0.8.0" features = ["cargo_metadata"] [dependencies.env_logger] version = "0.10.1" [dependencies.glob] version = "0.3.0" [dependencies.human-panic] version = "1.0.3" [dependencies.log] version = "0.4.14" [dependencies.minidom] version = "0.15.2" [dependencies.mustache] version = "0.9" [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.8.8" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_Storage_Packaging_Appx", "Win32_System_Com", "Win32_UI_Shell", "Win32_System_Com_StructuredStorage", ] [dependencies.xmltree] version = "0.10.3" [dependencies.yaserde] version = "0.9.1" [dependencies.yaserde_derive] version = "0.9.1"