[package]
name = "magic-coder-types"
version = "0.2.1"
edition = "2024"
description = "Shared protocol + tool schemas for Magic Coder."
readme = "README.md"
repository = "https://github.com/MathAndMagic/magic-coder-types"
license = "MIT OR Apache-2.0"
authors = ["Math and Magic Ltd. <rinat@mathandmagic.ai>"]
keywords = ["magic-coder", "protocol", "tools", "schemars"]
categories = ["development-tools"]
rust-version = "1.88"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["serde", "v4"] }
schemars = { version = "1.2.0", optional = true }
[features]
default = ["schemars"]