openclaw-plugins 0.1.0

Plugin system and FFI bridge for OpenClaw
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.85"
name = "openclaw-plugins"
version = "0.1.0"
authors = ["OpenClaw Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin system and FFI bridge for OpenClaw"
homepage = "https://github.com/openclaw/openclaw-rs"
documentation = "https://docs.rs/openclaw-plugins"
readme = false
keywords = [
    "plugins",
    "wasm",
    "ffi",
    "extensibility",
]
categories = [
    "development-tools",
    "wasm",
]
license = "MIT"
repository = "https://github.com/openclaw/openclaw-rs"
resolver = "2"

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

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

[dependencies.libloading]
version = "0.8"

[dependencies.openclaw-core]
version = "0.1.0"

[dependencies.openclaw-ipc]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.43"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.wasmtime]
version = "29"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "test-util",
    "macros",
]

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "allow"