[package]
edition = "2024"
name = "interstice-abi"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM ABI types and host-call interfaces for the Interstice runtime"
homepage = "https://github.com/naloween/interstice"
readme = "README.md"
keywords = [
"interstice",
"wasm",
"abi",
"runtime",
]
license = "MIT"
repository = "https://github.com/naloween/interstice"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "interstice_abi"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.10"
features = ["serde"]
[dependencies.interstice-abi-macros]
version = "0.4.0"
[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]
[dependencies.serde]
version = "1.0"
[dependencies.toml]
version = "0.9"