weft-package-sdk 0.1.1

SDK for authoring Weft Core WASM capability packages
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 = "weft-package-sdk"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for authoring Weft Core WASM capability packages"
documentation = "https://docs.rs/weft-package-sdk"
readme = "README.md"
keywords = [
    "weft",
    "wasm",
    "extism",
    "capability",
    "plugin",
]
categories = [
    "development-tools",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/ailiheizi/weft-core"

[lib]
name = "weft_package_sdk"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.extism-pdk]
version = "1"

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

[dependencies.serde_json]
version = "1"