[package]
name = "binoc-sdk"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Plugin SDK and ABI for Binoc dataset-diff plugins"
readme = "README.md"
[features]
default = []
test-support = []
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tempfile = { workspace = true }
thiserror = "2.0"