proto_cli 0.60.0

A multi-language version manager, a unified toolchain.
# 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"
rust-version = "1.89.0"
name = "proto_cli"
version = "0.60.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "proto"
description = "A multi-language version manager, a unified toolchain."
homepage = "https://moonrepo.dev/proto"
readme = "README.md"
keywords = [
    "language",
    "installer",
    "version-manager",
    "dependency-manager",
    "package-manager",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/moonrepo/proto"

[[package.metadata.release.pre-release-replacements]]
file = "../../version"
search = "^(.+)$"
replace = "{{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "../../CHANGELOG.md"
search = "Unreleased"
replace = "{{version}}"

[features]
default = []
test-plugins = ["proto_core/test-plugins"]

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

[[bin]]
name = "proto-shim"
path = "src/main_shim.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ai_env]
version = "0.1.3"

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.cd_env]
version = "0.4.2"

[dependencies.chrono]
version = "0.4.45"

[dependencies.ci_env]
version = "0.5.2"

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

[dependencies.clap_complete]
version = "4.6.7"

[dependencies.clap_complete_nushell]
version = "4.6.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.extism]
version = "1.30.0"

[dependencies.futures]
version = "0.3.33"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.iocraft]
version = "0.8.4"

[dependencies.liblzma]
version = "0.4.7"
features = ["static"]

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.proto_core]
version = "0.60.1"
features = [
    "clap",
    "otel",
]

[dependencies.proto_pdk_api]
version = "0.33.0"

[dependencies.proto_shim]
version = "0.8.3"

[dependencies.regex]
version = "1.13.1"
features = ["std"]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "charset",
    "http2",
    "native-tls-vendored",
    "rustls",
]
default-features = false

[dependencies.rmcp]
version = "2.2.0"
features = [
    "base64",
    "macros",
    "server",
    "transport-io",
]
default-features = false

[dependencies.rust_json]
version = "0.1.6"

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.schemars]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.shell-words]
version = "1.1.1"

[dependencies.starbase]
version = "0.13.1"
features = [
    "miette",
    "tracing",
    "otel",
]

[dependencies.starbase_args]
version = "0.1.12"

[dependencies.starbase_console]
version = "0.6.33"
features = [
    "miette",
    "ui",
]

[dependencies.starbase_shell]
version = "0.12.7"
features = ["miette"]

[dependencies.starbase_styles]
version = "0.6.9"

[dependencies.starbase_utils]
version = "0.14.1"
features = [
    "fs-lock",
    "json",
    "miette",
    "net",
    "toml",
]
default-features = false

[dependencies.sysinfo]
version = "0.39.6"
features = ["system"]
default-features = false

[dependencies.system_env]
version = "0.10.1"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tokio]
version = "1.53.1"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.wasi-common]
version = "~43.0.2"

[dependencies.wasmtime]
version = "~43.0.2"

[dependencies.wiggle]
version = "~43.0.2"

[dev-dependencies.shared_child]
version = "1.1.1"

[dev-dependencies.starbase_sandbox]
version = "0.12.0"

[target."cfg(windows)".dependencies.winreg]
version = "0.56.0"
default-features = false