# 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.63" name = "cargo-xwin" version = "0.14.7" 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.6.0" [dependencies.clap] version = "4.0.0" features = [ "derive", "env", "wrap_help", ] [dependencies.dirs] version = "5.0.0" [dependencies.fs-err] version = "2.7.0" [dependencies.indicatif] version = "0.17.2" [dependencies.paste] version = "1.0.12" [dependencies.path-slash] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.17" features = ["fmt"] [dependencies.which] version = "4.2.4" [dependencies.xwin] version = "0.3.1" default-features = false [features] default = ["rustls-tls"] native-tls = ["xwin/native-tls"] rustls-tls = ["xwin/rustls-tls"]