[package]
edition = "2021"
rust-version = "1.87"
name = "loadable-node-abi"
version = "0.3.0"
authors = ["RemoteMedia SDK Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "abi_stable FFI surface for RemoteMedia SDK loadable plugins (NodePlugin, FfiNode, FfiNodeFactory). Pinned independently of the rest of the SDK so plugins can lock to a single ABI version."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/RemoteMedia-SDK/remotemedia-sdk"
[lib]
name = "loadable_node_abi"
path = "src/lib.rs"
[dependencies.abi_stable]
version = "0.11"
[dependencies.async-ffi]
version = "0.5"
features = ["abi_stable"]