gravityfile-plugin 0.2.4

Language-agnostic plugin system for gravityfile
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"
name = "gravityfile-plugin"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language-agnostic plugin system for gravityfile"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/epistates/gravityfile"
resolver = "2"

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

[dependencies.dirs]
version = "6"

[dependencies.extism]
version = "1.13.0"

[dependencies.futures]
version = "0.3"

[dependencies.gravityfile-core]
version = "0.2.4"

[dependencies.indexmap]
version = "2"

[dependencies.mlua]
version = "0.11"
features = [
    "lua54",
    "async",
    "serialize",
    "send",
    "vendored",
]

[dependencies.rhai]
version = "1.24"
features = [
    "sync",
    "serde",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

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