[package] name = "cargo-xwinbuild" version = "0.4.0" edition = "2018" default-run = "cargo-xwinbuild" description = "Cross compile Cargo project to Windows msvc target with ease" license = "MIT" keywords = ["windows", "cargo", "msvc"] readme = "README.md" repository = "https://github.com/messense/cargo-xwinbuild" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.53" clap = { version = "3.1.2", features = ["derive", "env", "wrap_help"] } dirs = "4.0.0" fs-err = "2.7.0" indicatif = "0.17.0-rc.6" path-slash = "0.1.4" xwin = "0.2.0"