# 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" rust-version = "1.74" name = "cargo-xwin" version = "0.17.3" description = "Cross compile Cargo project to Windows MSVC target with ease" readme = "README.md" keywords = [ "windows", "cargo", "msvc", ] license = "MIT" repository = "https://github.com/rust-cross/cargo-xwin" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }.{ target }.{ archive-format }" [dependencies.anyhow] version = "1.0.53" [dependencies.cargo-config2] version = "0.1.4" [dependencies.cargo-options] version = "0.7.1" [dependencies.clap] version = "4.3.0" features = [ "derive", "env", "wrap_help", "unstable-styles", ] [dependencies.dirs] version = "5.0.0" [dependencies.fs-err] version = "2.7.0" [dependencies.indicatif] version = "0.17.2" [dependencies.native-tls-crate] version = "0.2.11" optional = true package = "native-tls" [dependencies.paste] version = "1.0.12" [dependencies.path-slash] version = "0.2.0" [dependencies.rustls] version = "0.23.10" features = [ "std", "tls12", "logging", "ring", ] optional = true default-features = false [dependencies.rustls-pemfile] version = "2.0.0" optional = true [dependencies.tracing-subscriber] version = "0.3.17" features = ["fmt"] [dependencies.ureq] version = "2.9.4" features = [ "gzip", "socks-proxy", ] default-features = false [dependencies.which] version = "6.0.0" [dependencies.xwin] version = "0.6.2" default-features = false [features] default = ["rustls-tls"] native-tls = [ "ureq/native-tls", "rustls-pemfile", "native-tls-crate", ] rustls-tls = [ "ureq/tls", "rustls", "rustls-pemfile", ]