mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
18 lines
481 B
TOML
18 lines
481 B
TOML
[package]
|
|
name = "extism"
|
|
version = "0.5.3"
|
|
edition = "2021"
|
|
authors = ["The Extism Authors", "oss@extism.org"]
|
|
license = "BSD-3-Clause"
|
|
homepage = "https://extism.org"
|
|
repository = "https://github.com/extism/extism"
|
|
description = "Extism Host SDK for Rust"
|
|
|
|
[dependencies]
|
|
extism-manifest = { version = "0.5.0", path = "../manifest" }
|
|
extism-runtime = { version = "0.5.3", path = "../runtime"}
|
|
serde_json = "1"
|
|
log = "0.4"
|
|
anyhow = "1"
|
|
uuid = { version = "1", features = ["v4"] }
|