cortex-sdk 1.2.0

SDK for developing Cortex plugins — tools, skills, and extensions
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 = "cortex-sdk"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for developing Cortex plugins — tools, skills, and extensions"
homepage = "https://github.com/by-scott/cortex"
documentation = "https://docs.rs/cortex-sdk"
readme = "README.md"
keywords = [
    "cortex",
    "plugin",
    "sdk",
    "ai",
    "agent",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/by-scott/cortex"
resolver = "2"

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

[[test]]
name = "native_abi"
path = "tests/native_abi.rs"

[[test]]
name = "tool_result"
path = "tests/tool_result.rs"

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

[dependencies.serde_json]
version = "1"