[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dirs]
version = "5.0"
[dependencies.flate2]
version = "1.0"
[dependencies.git2]
optional = true
version = "0.19"
[dependencies.hex]
version = "0.4"
[dependencies.indicatif]
version = "0.17"
[dependencies.mockforge-plugin-core]
version = "0.3.16"
[dependencies.rand]
version = "0.9"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
default-features = false
features = ["stream", "rustls-tls", "json"]
version = "0.12"
[dependencies.ring]
version = "0.17"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.shellexpand]
version = "2.1"
[dependencies.tar]
version = "0.4"
[dependencies.tempfile]
version = "3.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs", "fs"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dependencies.urlencoding]
version = "2.1"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dependencies.wasmparser]
version = "0.239"
[dependencies.wasmtime]
version = "36.0.3"
[dependencies.wasmtime-wasi]
version = "36.0.3"
[dependencies.wit-bindgen]
version = "0.46"
[dependencies.zip]
version = "2.2"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs", "test-util"]
version = "1.0"
[dev-dependencies.wiremock]
version = "0.6"
[features]
default = ["git-support"]
git-support = ["git2"]
[lib]
name = "mockforge_plugin_loader"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "Plugin loader with security sandboxing and validation for MockForge"
documentation = "https://docs.rs/mockforge"
edition = "2021"
homepage = "https://mockforge.dev"
keywords = ["plugin", "loader", "wasm", "security", "sandbox"]
license = "MIT OR Apache-2.0"
name = "mockforge-plugin-loader"
readme = "README.md"
repository = "https://github.com/SaaSy-Solutions/mockforge"
version = "0.3.16"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "loader_tests"
path = "tests/loader_tests.rs"
[[test]]
name = "security_tests"
path = "tests/security_tests.rs"
[[test]]
name = "security_validation_tests_simple"
path = "tests/security_validation_tests_simple.rs"
[[test]]
name = "signature_tests"
path = "tests/signature_tests.rs"