[package]
edition = "2024"
rust-version = "1.89.0"
name = "proto_core"
version = "0.55.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core proto APIs."
homepage = "https://moonrepo.dev/proto"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/proto"
[features]
clap = ["dep:clap"]
default = []
test-plugins = []
[lib]
name = "proto_core"
path = "src/lib.rs"
[[test]]
name = "bin_manager_test"
path = "tests/bin_manager_test.rs"
[[test]]
name = "config_test"
path = "tests/config_test.rs"
[[test]]
name = "file_manager_test"
path = "tests/file_manager_test.rs"
[[test]]
name = "tool_context_test"
path = "tests/tool_context_test.rs"
[[test]]
name = "tool_loader_test"
path = "tests/tool_loader_test.rs"
[[test]]
name = "tool_spec_test"
path = "tests/tool_spec_test.rs"
[[test]]
name = "version_detector_test"
path = "tests/version_detector_test.rs"
[[test]]
name = "version_resolver_test"
path = "tests/version_resolver_test.rs"
[dependencies.clap]
version = "4.5.56"
optional = true
[dependencies.convert_case]
version = "0.10.0"
[dependencies.docker_credential]
version = "1.3.2"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.indexmap]
version = "2.13.0"
[dependencies.iocraft]
version = "0.7.17"
[dependencies.miette]
version = "7.6.0"
[dependencies.minisign-verify]
version = "0.2.4"
[dependencies.oci-client]
version = "0.16.0"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.proto_pdk_api]
version = "0.31.6"
features = ["schematic"]
[dependencies.proto_shim]
version = "0.8.0"
[dependencies.regex]
version = "1.12.2"
features = ["std"]
default-features = false
[dependencies.reqwest]
version = "0.13.1"
features = [
"charset",
"http2",
"native-tls-vendored",
]
default-features = false
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.scc]
version = "3.5.2"
[dependencies.schematic]
version = "0.19.4"
features = [
"config",
"env",
"toml",
"type_indexmap",
"type_regex",
"type_url",
"validate",
]
default-features = false
[dependencies.semver]
version = "1.0.27"
features = ["serde"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.49"
features = ["preserve_order"]
[dependencies.sha2]
version = "0.10.9"
[dependencies.shell-words]
version = "1.1.1"
[dependencies.starbase_archive]
version = "0.12.3"
features = [
"gz",
"miette",
"tar-all",
"zip-all",
]
[dependencies.starbase_console]
version = "0.6.22"
features = [
"miette",
"ui",
"ui",
]
[dependencies.starbase_shell]
version = "0.10.7"
features = ["miette"]
[dependencies.starbase_styles]
version = "0.6.6"
[dependencies.starbase_utils]
version = "0.12.6"
features = [
"json",
"miette",
"net",
"toml",
"fs-lock",
"yaml",
]
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.toml_edit]
version = "0.23.9"
[dependencies.tracing]
version = "0.1.44"
[dependencies.url]
version = "2.5.8"
features = ["serde"]
[dependencies.uuid]
version = "1.20.0"
features = ["v4"]
[dependencies.version_spec]
version = "0.10.2"
features = ["schematic"]
[dependencies.warpgate]
version = "0.29.1"
features = [
"miette",
"schematic",
]
[dev-dependencies.starbase_sandbox]
version = "0.10.4"
[dev-dependencies.tokio]
version = "1.49.0"
features = [
"full",
"tracing",
]