[dependencies.icarus-canister]
version = "0.2.1"
[dependencies.icarus-core]
version = "0.2.1"
[dependencies.icarus-derive]
version = "0.2.1"
[dev-dependencies.candid]
version = "0.10"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "icarus"
path = "src/lib.rs"
[package]
authors = ["Icarus SDK Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "web-programming", "wasm"]
description = "Build MCP (Model Context Protocol) servers that run as Internet Computer canisters"
documentation = "https://docs.rs/icarus"
edition = "2021"
homepage = "https://github.com/galenoshea/icarus-sdk"
keywords = ["icp", "internet-computer", "mcp", "ai", "canister"]
license-file = "LICENSE"
name = "icarus"
readme = "README.md"
repository = "https://github.com/galenoshea/icarus-sdk"
version = "0.2.3"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[[test]]
name = "integration_sdk_workflow"
path = "tests/integration/test_sdk_workflow.rs"
[[test]]
name = "unit_prompts"
path = "tests/unit/test_prompts.rs"
[[test]]
name = "unit_session"
path = "tests/unit/test_session.rs"
[[test]]
name = "unit_tools"
path = "tests/unit/test_tools.rs"