[package]
edition = "2024"
rust-version = "1.85"
name = "pe-tools"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool registry and MCP adapter for Potential Expectations — schema-driven tool nodes and protocol bridge"
readme = "README.md"
keywords = [
"agents",
"llm",
"workflow",
"runtime",
"graph",
]
categories = [
"asynchronous",
"development-tools",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaFialhoD/potential_expectations"
resolver = "2"
[lib]
name = "pe_tools"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.pe-core]
version = "0.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"full",
"full",
]