xwin 0.8.0

Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
Documentation
# 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 = "xwin"
version = "0.8.0"
authors = ["Jake Shadle <jake.shadle@embark-studios.com>"]
build = false
exclude = [
    ".cargo",
    ".github",
    "docs",
    "tests/**",
    "deny.toml",
    "release.toml",
    "xwin.dockerfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation"
homepage = "https://github.com/Jake-Shadle/xwin"
readme = "README.md"
keywords = [
    "windows",
    "cross-compilation",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Jake-Shadle/xwin"

[features]

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

[[bin]]
name = "xwin"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.10"

[dependencies.cab]
version = "0.6"

[dependencies.camino]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.cli-table]
version = "0.5"
default-features = false

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.indicatif]
version = "0.18"

[dependencies.memchr]
version = "2.6"

[dependencies.msi]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.5"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.19"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"
features = [
    "attributes",
    "std",
]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
]
default-features = false

[dependencies.twox-hash]
version = "2.1"

[dependencies.ureq]
version = "3.0"
features = [
    "gzip",
    "platform-verifier",
    "rustls",
    "socks-proxy",
]
default-features = false

[dependencies.versions]
version = "7.0"

[dependencies.walkdir]
version = "2.3"

[dependencies.zip]
version = "7.0"
features = ["deflate-flate2"]
default-features = false

[dev-dependencies.insta]
version = "1.42"

[target.'cfg(all(target_env = "musl", target_arch = "x86_64"))'.dependencies.mimalloc]
version = "0.1"
default-features = false

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.sha2]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3