[package]
edition = "2024"
rust-version = "1.89.0"
name = "proto_cli"
version = "0.54.2"
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 = "alias_test"
path = "tests/alias_test.rs"
[[test]]
name = "bin_test"
path = "tests/bin_test.rs"
[[test]]
name = "clean_test"
path = "tests/clean_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_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 = "outdated_test"
path = "tests/outdated_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_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_test"
path = "tests/unpin_test.rs"
[[test]]
name = "upgrade_test"
path = "tests/upgrade_test.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[[test]]
name = "versions_test"
path = "tests/versions_test.rs"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
version = "0.4.43"
[dependencies.clap]
version = "4.5.54"
features = [
"derive",
"env",
]
[dependencies.clap_complete]
version = "4.5.65"
[dependencies.clap_complete_nushell]
version = "4.5.10"
[dependencies.dirs]
version = "6.0.0"
[dependencies.extism]
version = "1.13.0"
[dependencies.indexmap]
version = "2.13.0"
[dependencies.iocraft]
version = "0.7.16"
[dependencies.liblzma]
version = "0.4.5"
features = ["static"]
[dependencies.miette]
version = "7.6.0"
features = ["fancy"]
[dependencies.proto_core]
version = "0.54.4"
features = ["clap"]
[dependencies.proto_pdk_api]
version = "0.31.4"
[dependencies.proto_shim]
version = "0.7.9"
[dependencies.regex]
version = "1.12.2"
features = ["std"]
default-features = false
[dependencies.reqwest]
version = "0.12.26"
features = [
"charset",
"http2",
"macos-system-configuration",
"native-tls-vendored",
"rustls-tls-native-roots",
]
default-features = false
[dependencies.rmcp]
version = "0.11.0"
features = [
"base64",
"macros",
"server",
"transport-io",
]
default-features = false
[dependencies.rust_json]
version = "0.1.6"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.schemars]
version = "1.2.0"
[dependencies.semver]
version = "1.0.27"
features = ["serde"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.49"
[dependencies.shell-words]
version = "1.1.1"
[dependencies.sigpipe]
version = "0.1.3"
[dependencies.starbase]
version = "0.10.8"
[dependencies.starbase_console]
version = "0.6.21"
features = [
"miette",
"ui",
]
[dependencies.starbase_shell]
version = "0.10.5"
features = ["miette"]
[dependencies.starbase_styles]
version = "0.6.5"
[dependencies.starbase_utils]
version = "0.12.3"
features = [
"json",
"miette",
"net",
"toml",
]
default-features = false
[dependencies.sysinfo]
version = "0.37.2"
features = ["system"]
default-features = false
[dependencies.system_env]
version = "0.9.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.49.0"
features = [
"full",
"tracing",
]
[dependencies.tracing]
version = "0.1.44"
[dependencies.wasi-common]
version = "~37.0.3"
[dependencies.wasmtime]
version = "~37.0.3"
[dependencies.wiggle]
version = "~37.0.3"
[dev-dependencies.shared_child]
version = "1.1.1"
[dev-dependencies.starbase_sandbox]
version = "0.10.3"
[target."cfg(windows)".dependencies.winreg]
version = "0.55.0"
default-features = false