palladium-plugin 0.4.2

Native (cdylib) and WASM plugin system for Palladium actors
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 = "2021"
rust-version = "1.75"
name = "palladium-plugin"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native (cdylib) and WASM plugin system for Palladium actors"
readme = false
license = "Apache-2.0"

[features]
jit = [
    "dep:cranelift",
    "dep:cranelift-module",
    "dep:cranelift-jit",
    "dep:cranelift-native",
    "dep:target-lexicon",
    "dep:anyhow",
    "dep:log",
    "dep:parking_lot",
]
wasmtime = ["dep:wasmtime"]

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

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

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

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.cranelift]
version = "0.115"
optional = true

[dependencies.cranelift-jit]
version = "0.115"
optional = true

[dependencies.cranelift-module]
version = "0.115"
optional = true

[dependencies.cranelift-native]
version = "0.115"
optional = true

[dependencies.libloading]
version = "0.8"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.palladium-actor]
version = "0.4.2"

[dependencies.palladium-plugin-api]
version = "0.4.2"

[dependencies.palladium-runtime]
version = "0.4.2"

[dependencies.parking_lot]
version = "0.12"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.target-lexicon]
version = "0.12"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.wasmtime]
version = "29"
features = ["cranelift"]
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.wat]
version = "1"

[lints.rust]
unsafe_code = "allow"