[package]
edition = "2021"
name = "cabish"
version = "0.2.0"
authors = ["Roman Volosatovs <rvolosatovs@riseup.net>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Component model ABI-ish for native code"
homepage = "https://github.com/wasmCloud/cabish"
readme = "README.md"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmCloud/cabish"
[lib]
name = "cabish"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
default-features = false