[package]
name = "jasper-plugin-sdk"
version = "0.2.0"
edition = "2021"
description = "Jasper plugin SDK: ABI glue (plugin_dispatch/host_call), typed host wrappers, storage trait (spec 0.2)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/xVanTuring/jasper"
readme = "README.md"
keywords = ["jasper", "joplin", "plugin", "wasm", "sdk"]
categories = ["wasm", "api-bindings"]
[dependencies]
jasper-core = { path = "../core", version = "0.2", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
base64 = "0.22"
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["custom"] }