[package]
edition = "2024"
name = "camel-wit"
version = "0.9.0"
build = false
include = [
"src/**/*",
"wit/**/*",
"README.md",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WIT interface definitions for rust-camel WASM plugins"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-wit"
readme = "README.md"
keywords = [
"camel",
"integration",
"messaging",
"routing",
"enterprise",
]
categories = [
"network-programming",
"asynchronous",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"
[lib]
name = "camel_wit"
path = "src/lib.rs"
[dependencies]