pack_component 0.4.62

Greentic pack component implementation
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1"

[lib]
crate-type = ["cdylib", "rlib"]
name = "pack_component"
path = "src/lib.rs"

[package]
authors = ["Greentic <engineering@greentic.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "api-bindings"]
description = "Greentic pack component implementation"
documentation = "https://docs.greentic.ai/"
edition = "2024"
homepage = "https://github.com/greentic-ai/greentic-pack"
keywords = ["greentic", "component", "wasm", "pack"]
license = "MIT"
name = "pack_component"
readme = "README.md"
repository = "https://github.com/greentic/greentic-pack"
resolver = "2"
version = "0.4.62"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.greentic-interfaces-host]
version = "0.4"