[dependencies.clap]
optional = true
version = "4.5.18"
[dependencies.indexmap]
version = "2.4.0"
[dependencies.miette]
version = "7.2.0"
[dependencies.minisign-verify]
version = "0.2.2"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.proto_pdk_api]
features = ["schematic"]
version = "0.23.0"
[dependencies.proto_shim]
version = "0.5.0"
[dependencies.regex]
default-features = false
features = ["std"]
version = "1.10.6"
[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration"]
version = "0.12.7"
[dependencies.rustc-hash]
version = "2.0.0"
[dependencies.schematic]
default-features = false
features = ["config", "env", "toml", "type_indexmap", "type_url", "validate"]
version = "0.17.4"
[dependencies.semver]
features = ["serde"]
version = "1.0.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.128"
[dependencies.sha2]
version = "0.10.8"
[dependencies.shell-words]
version = "1.1.0"
[dependencies.starbase_archive]
features = ["gz", "miette", "tar-gz", "tar-xz", "tar-zstd", "zip", "zip-deflate"]
version = "0.8.6"
[dependencies.starbase_styles]
version = "0.4.4"
[dependencies.starbase_utils]
default-features = false
features = ["json", "miette", "net", "toml", "fs-lock"]
version = "0.8.9"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.tracing]
version = "0.1.40"
[dependencies.url]
features = ["serde"]
version = "2.5.2"
[dependencies.uuid]
features = ["v4"]
version = "1.10.0"
[dependencies.version_spec]
features = ["schematic"]
version = "0.7.0"
[dependencies.warpgate]
features = ["schematic"]
version = "0.18.0"
[dev-dependencies.starbase_sandbox]
version = "0.7.4"
[dev-dependencies.tokio]
features = ["full", "tracing"]
version = "1.40.0"
[features]
clap = ["dep:clap"]
default = []
[lib]
name = "proto_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Core proto APIs."
edition = "2021"
homepage = "https://moonrepo.dev/proto"
license = "MIT"
name = "proto_core"
readme = false
repository = "https://github.com/moonrepo/proto"
version = "0.41.4"
[[test]]
name = "proto_config_test"
path = "tests/proto_config_test.rs"
[[test]]
name = "version_detector_test"
path = "tests/version_detector_test.rs"
[[test]]
name = "version_resolver_test"
path = "tests/version_resolver_test.rs"