msvc-kit 0.2.9

A portable MSVC Build Tools installer and manager for Rust development
# 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 = "msvc-kit"
version = "0.2.9"
authors = ["loonghao <hal.long@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A portable MSVC Build Tools installer and manager for Rust development"
readme = "README.md"
keywords = [
    "msvc",
    "windows",
    "build-tools",
    "compiler",
    "sdk",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/loonghao/msvc-kit"

[features]
default = [
    "self-update",
    "native-tls",
]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls"]
self-update = ["dep:axoupdater"]

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

[[bin]]
name = "msvc-kit"
path = "src/bin/msvc-kit.rs"
required-features = ["self-update"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.cab]
version = "0.6"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5.58"
features = [
    "derive",
    "env",
]

[dependencies.directories]
version = "6.0"

[dependencies.humansize]
version = "2.1"

[dependencies.indicatif]
version = "0.18"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simd-json]
version = "0.17"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.43"
features = ["full"]

[dependencies.toml]
version = "1.0.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.zip]
version = "7.4"
features = ["deflate"]
default-features = false

[dev-dependencies.mockito]
version = "1.7"

[dev-dependencies.rstest]
version = "0.26"

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

[target."cfg(windows)".dependencies.askama]
version = "0.15.4"

[target."cfg(windows)".dependencies.axoupdater]
version = "0.9"
features = ["github_releases"]
optional = true
default-features = false

[target."cfg(windows)".dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[target."cfg(windows)".dependencies.futures]
version = "0.3"

[target."cfg(windows)".dependencies.hex]
version = "0.4"

[target."cfg(windows)".dependencies.redb]
version = "3"

[target."cfg(windows)".dependencies.sha2]
version = "0.10"

[target."cfg(windows)".dependencies.winreg]
version = "0.55"

[profile.release]
opt-level = "z"
lto = true
strip = true