act-types 0.3.0

Shared types and CBOR utilities for the ACT (Agent Component Tools) protocol
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 = "act-types"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and CBOR utilities for the ACT (Agent Component Tools) protocol"
homepage = "https://actcore.dev"
readme = "README.md"
keywords = [
    "act",
    "wasm",
    "component-model",
    "mcp",
    "tools",
]
categories = [
    "wasm",
    "encoding",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/actcore/act-sdk-rs"

[lib]
name = "act_types"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.ciborium]
version = "0.2.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3"
features = ["base64"]