jasper-plugin-sdk 0.3.0

Jasper plugin SDK: ABI glue (plugin_dispatch/host_call), typed host wrappers, storage trait, notes/ai host APIs (spec 0.3)
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 = "jasper-plugin-sdk"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jasper plugin SDK: ABI glue (plugin_dispatch/host_call), typed host wrappers, storage trait, notes/ai host APIs (spec 0.3)"
readme = "README.md"
keywords = [
    "jasper",
    "joplin",
    "plugin",
    "wasm",
    "sdk",
]
categories = [
    "wasm",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xVanTuring/jasper"

[features]
native-host = ["dep:ureq"]

[lib]
name = "jasper_plugin_sdk"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.jasper-core]
version = "0.2"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq]
version = "2"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["custom"]