ezcli-win 0.1.0

Windows shell helper for developer workflows such as loading MSVC environments and switching 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 = "2024"
name = "ezcli-win"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows shell helper for developer workflows such as loading MSVC environments and switching projects"
readme = "README.md"
keywords = [
    "cli",
    "windows",
    "shell",
    "msvc",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zexiahaha/ezcli"

[[bin]]
name = "ezcli"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.colored]
version = "3.1.1"

[dependencies.inquire]
version = "0.9.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "1.1.2"

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_UI_Controls_Dialogs",
    "Win32_UI_Shell_Common",
    "Win32_Foundation",
    "Win32_System_Com",
]

[dependencies.winreg]
version = "0.56.0"