magic-coder-types 0.1.0

Shared protocol + tool schemas for Magic Coder.
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"
rust-version = "1.88"
name = "magic-coder-types"
version = "0.1.0"
authors = ["Math and Magic Ltd. <rinat@mathandmagic.ai>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared protocol + tool schemas for Magic Coder."
readme = "README.md"
keywords = [
    "magic-coder",
    "protocol",
    "tools",
    "schemars",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MathAndMagic/magic-coder-types"

[features]
default = ["schemars"]

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

[dependencies.schemars]
version = "1.2.0"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]