diffr-plugin-sdk 0.1.1

The diffr plugin contract in Rust: one trait for native and WASM plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "diffr-plugin-sdk"
description = "The diffr plugin contract in Rust: one trait for native and WASM plugins."
version = "0.1.1"
edition = "2021"
rust-version = "1.85.0"
license = "MIT"

[dependencies]
anyhow = "1.0"
serde_json = "1.0"
serde = "1.0"
# Generates the contract's records from `wit/plugin.wit`, for every target:
# the records are plain Rust, and only the export glue is wasm-specific. The
# newest wit-bindgen whose rust-version (1.85) matches diffr's.
wit-bindgen = "0.60.0"