msixbundle 1.1.4

Rust library to pack per-arch MSIX and build/sign .msixbundle using Windows SDK tools
# 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 = "2024"
name = "msixbundle"
version = "1.1.4"
authors = ["You"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library to pack per-arch MSIX and build/sign .msixbundle using Windows SDK tools"
homepage = "https://github.com/Choochmeque/msixbundle-rs"
readme = "README.md"
keywords = [
    "msix",
    "appx",
    "windows",
    "makeappx",
    "signtool",
]
categories = [
    "os::windows-apis",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Choochmeque/msixbundle-rs"
resolver = "2"

[features]
default = ["sdk-discovery"]
sdk-discovery = ["dep:winreg"]

[lib]
name = "msixbundle"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.thiserror]
version = "2"

[dependencies.winreg]
version = "0.55"
optional = true

[dev-dependencies.tempfile]
version = "3"