imp-lua 0.2.0

Lua extension runtime for imp
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"
name = "imp-lua"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua extension runtime for imp"
homepage = "https://github.com/kfcafe/imp"
readme = "README.md"
keywords = [
    "agent",
    "coding",
    "llm",
    "terminal",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/kfcafe/imp"

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

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

[dependencies.imp-core]
version = "0.2.0"

[dependencies.imp-llm]
version = "0.2.0"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "json",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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