warpgate 0.36.2

Download, resolve, and manage Extism WASM plugins.
Documentation
# 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.91.0"
name = "warpgate"
version = "0.36.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Download, resolve, and manage Extism WASM plugins."
readme = "README.md"
license = "MIT"
repository = "https://github.com/moonrepo/proto"

[features]
default = []
miette = ["dep:miette"]
schematic = [
    "dep:schematic",
    "system_env/schematic",
    "warpgate_api/schematic",
]

[lib]
name = "warpgate"
path = "src/lib.rs"

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

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

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

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

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

[dependencies.compact_str]
version = "0.10.0"
features = ["serde"]
default-features = false

[dependencies.docker_credential]
version = "1.4.0"

[dependencies.extism]
version = ">=1.6.0"
features = ["http"]

[dependencies.http-cache-reqwest]
version = "1.0.0-alpha.7"
features = ["manager-cacache"]

[dependencies.miette]
version = "7.6.0"
optional = true

[dependencies.oci-client]
version = "0.17.0"

[dependencies.once_cell]
version = "1.21.4"

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

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

[dependencies.reqwest-middleware]
version = "0.5.2"
features = [
    "charset",
    "http2",
    "json",
    "query",
    "rustls",
]
default-features = false

[dependencies.reqwest-retry]
version = "0.9.1"

[dependencies.rust-netrc]
version = "0.1.2"

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

[dependencies.scc]
version = "3.8.5"

[dependencies.schematic]
version = "0.20.2"
features = ["schema"]
optional = true
default-features = false

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

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

[dependencies.starbase_archive]
version = "0.14.4"
features = [
    "bz2",
    "dmg",
    "gz",
    "miette",
    "pkg",
    "tar-all",
    "xz",
    "zip-all",
    "zstd",
    "z",
]

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

[dependencies.starbase_styles]
version = "0.6.9"

[dependencies.starbase_utils]
version = "0.14.3"
features = [
    "fs-lock",
    "json",
    "miette",
    "net",
    "toml",
    "fs-lock",
    "glob",
    "hash",
    "hash-base64",
    "net",
]
default-features = false

[dependencies.system_env]
version = "0.10.2"

[dependencies.thiserror]
version = "2.0.20"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.ureq]
version = "3.4.0"
features = [
    "rustls",
    "platform-verifier",
]

[dependencies.url]
version = "2.5.8"

[dependencies.warpgate_api]
version = "0.19.2"

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