msixbundle 1.0.2

Rust library to pack per-arch MSIX and build/sign .msixbundle using Windows SDK tools
[dependencies.anyhow]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.thiserror]
version = "2"

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

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

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

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

[package]
authors = ["You"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "development-tools"]
description = "Rust library to pack per-arch MSIX and build/sign .msixbundle using Windows SDK tools"
edition = "2021"
homepage = "https://github.com/Choochmeque/msixbundle-rs"
keywords = ["msix", "appx", "windows", "makeappx", "signtool"]
license = "MIT"
name = "msixbundle"
readme = "README.md"
repository = "https://github.com/Choochmeque/msixbundle-rs"
version = "1.0.2"

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