kmp-plugin-api 0.1.6

Public plugin API for the KMP kernel: evidence value and derivation traits, free of kernel internals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kmp-plugin-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Public plugin API for the KMP kernel: evidence value and derivation traits, free of kernel internals"
repository.workspace = true
readme = "README.md"
keywords = ["kmp", "plugin", "memory", "agents", "kernel"]
categories = ["api-bindings", "development-tools"]
publish = true

[lints]
workspace = true

[dependencies]
serde.workspace = true