vssetup 0.3.0

Tools for interacting with the Visual Studio installer
Documentation
# 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 = "2024"
name = "vssetup"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for interacting with the Visual Studio installer"
documentation = "https://docs.rs/vssetup/0.3.0/vssetup/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ChrisDenton/vssetup"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

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

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

[dependencies.windows-core]
version = "0.62.2"
default-features = false

[dependencies.windows-link]
version = "0.2.1"
default-features = false

[dependencies.windows-result]
version = "0.4.1"
default-features = false

[dependencies.windows-strings]
version = "0.5.1"
default-features = false