msbuild 0.2.1

Allows builds to run msbuild for visual studio projects
# 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 = "msbuild"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows builds to run msbuild for visual studio projects"
readme = false
license = "MIT"
repository = "https://github.com/uglyoldbob/msbuild"

[features]
has-vs2022 = []
has-vs2026 = []

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

[[example]]
name = "main"
path = "examples/main.rs"

[[test]]
name = "test_msbuild"
path = "tests/test_msbuild.rs"

[[test]]
name = "test_vswhere"
path = "tests/test_vswhere.rs"

[[test]]
name = "test_win_sdk"
path = "tests/test_win_sdk.rs"

[dependencies.lenient_semver]
version = "0.4.2"
features = ["version_lite"]

[dependencies.serde_json]
version = "1.0.115"

[dependencies.winreg]
version = "0.55"

[dev-dependencies.tempfile]
version = "3.19.1"