# 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 = "2021" name = "warpgate" version = "0.19.0" build = 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" [lib] name = "warpgate" path = "src/lib.rs" [[test]] name = "helpers_test" path = "tests/helpers_test.rs" [[test]] name = "loader_test" path = "tests/loader_test.rs" [dependencies.extism] version = ">=1.6.0" features = ["http"] [dependencies.miette] version = "7.2.0" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11.0" features = ["std"] default-features = false [dependencies.reqwest] version = "0.12.8" features = [ "charset", "http2", "macos-system-configuration", "json", "rustls-tls-native-roots", ] default-features = false [dependencies.scc] version = "2.2.0" [dependencies.schematic] version = "0.17.5" features = ["schema"] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.starbase_archive] version = "0.8.7" features = [ "gz", "miette", "tar-bz2", "tar-gz", "tar-xz", "tar-zstd", "zip", "zip-deflate", ] [dependencies.starbase_styles] version = "0.4.4" [dependencies.starbase_utils] version = "0.8.10" features = [ "json", "miette", "net", "toml", "glob", "net", ] default-features = false [dependencies.system_env] version = "0.6.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1.40" [dependencies.ureq] version = "2.10.1" features = ["native-certs"] [dependencies.warpgate_api] version = "0.10.1" [dev-dependencies.starbase_sandbox] version = "0.7.4" [features] default = [] schematic = [ "dep:schematic", "system_env/schematic", "warpgate_api/schematic", ]