interstice-abi 0.4.0

WASM ABI types and host-call interfaces for the Interstice runtime
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 = "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"