[package]
edition = "2024"
rust-version = "1.89.0"
name = "proto_core"
version = "0.59.1"
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 = []
otel = ["dep:opentelemetry"]
test = ["dep:starbase_sandbox"]
test-plugins = ["test"]
[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 = "inventory_test"
path = "tests/inventory_test.rs"
[[test]]
name = "linker_test"
path = "tests/linker_test.rs"
[[test]]
name = "locator_test"
path = "tests/locator_test.rs"
[[test]]
name = "locker_test"
path = "tests/locker_test.rs"
[[test]]
name = "lockfile_test"
path = "tests/lockfile_test.rs"
[[test]]
name = "resolver_test"
path = "tests/resolver_test.rs"
[[test]]
name = "shim_registry_test"
path = "tests/shim_registry_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.ai_env]
version = "0.1.3"
[dependencies.clap]
version = "4.6.4"
optional = true
[dependencies.convert_case]
version = "0.11.0"
[dependencies.docker_credential]
version = "1.4.0"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.indexmap]
version = "2.14.0"
[dependencies.iocraft]
version = "0.8.4"
[dependencies.miette]
version = "7.6.0"
[dependencies.minisign-verify]
version = "0.2.5"
[dependencies.oci-client]
version = "0.17.0"
[dependencies.once_cell]
version = "1.21.4"
[dependencies.opentelemetry]
version = "0.32.0"
optional = true
[dependencies.proto_pdk_api]
version = "0.32.1"
features = ["schematic"]
[dependencies.proto_shim]
version = "0.8.2"
[dependencies.regex]
version = "1.13.1"
features = ["std"]
default-features = false
[dependencies.reqwest]
version = "0.13.4"
features = [
"charset",
"http2",
"native-tls-vendored",
]
default-features = false
[dependencies.rustc-hash]
version = "2.1.3"
[dependencies.scc]
version = "3.8.5"
[dependencies.schematic]
version = "0.19.7"
features = [
"config",
"env",
"toml",
"type_indexmap",
"type_regex",
"type_url",
"validate",
]
default-features = false
[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_archive]
version = "0.14.4"
features = [
"bz2",
"dmg",
"gz",
"miette",
"pkg",
"tar-all",
"xz",
"zip-all",
"zstd",
"z",
]
[dependencies.starbase_console]
version = "0.6.33"
features = [
"miette",
"ui",
"serde",
"ui",
]
[dependencies.starbase_sandbox]
version = "0.12.0"
optional = true
[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",
"hash",
"hash-base64",
"yaml",
]
default-features = false
[dependencies.system_env]
version = "0.10.0"
[dependencies.thiserror]
version = "2.0.19"
[dependencies.tokio]
version = "1.53.1"
features = [
"full",
"tracing",
]
[dependencies.toml_edit]
version = "0.25"
[dependencies.tracing]
version = "0.1.44"
[dependencies.url]
version = "2.5.8"
features = ["serde"]
[dependencies.uuid]
version = "1.24.0"
features = ["v4"]
[dependencies.version_spec]
version = "0.11.2"
features = ["schematic"]
[dependencies.warpgate]
version = "0.34.0"
features = [
"miette",
"schematic",
]
[dev-dependencies.starbase_sandbox]
version = "0.12.0"
[dev-dependencies.tokio]
version = "1.53.1"
features = [
"full",
"tracing",
]