# 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 = "xwin" version = "0.6.6-rc.2" authors = ["Jake Shadle "] build = false exclude = [ ".cargo", ".github", "docs", "tests/**", "deny.toml", "release.toml", "xwin.dockerfile", ] 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" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.sha2] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "xwin" path = "src/lib.rs" [[bin]] name = "xwin" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.7" [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.4" default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.indicatif] version = "0.17" [dependencies.memchr] version = "2.6" [dependencies.msi] version = "0.8" [dependencies.native-tls-crate] version = "0.2" optional = true package = "native-tls" [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.13" [dependencies.toml] version = "0.8" [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 = "1.6" [dependencies.ureq] version = "3.0.0-rc1" features = [ "gzip", "socks-proxy", ] default-features = false [dependencies.versions] version = "6.2" [dependencies.walkdir] version = "2.3" [dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [dev-dependencies.insta] version = "1.40" [features] default = ["rustls-tls"] native-tls = [ "ureq/native-tls", "native-tls-crate/vendored", ] rustls-tls = ["ureq/rustls"] [target.'cfg(all(target_env = "musl", target_arch = "x86_64"))'.dependencies.mimalloc] version = "0.1" default-features = false