stackql-mcp 0.1.0

Embedded StackQL MCP server for Rust agentic apps - cloud queries and provisioning over SQL, served over MCP
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 = "2021"
rust-version = "1.88"
name = "stackql-mcp"
version = "0.1.0"
build = false
exclude = [
    ".github/",
    "CLAUDE.md",
    "auditron/",
    "controls/",
    "pr.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded StackQL MCP server for Rust agentic apps - cloud queries and provisioning over SQL, served over MCP"
documentation = "https://docs.rs/stackql-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "stackql",
    "sql",
    "cloud",
    "agents",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/stackql/stackql-mcp-rs"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["sidecar"]
sidecar = ["dep:ureq"]
vendored = []

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

[[example]]
name = "fetch_bundle"
path = "examples/fetch_bundle.rs"
required-features = ["sidecar"]

[[example]]
name = "launcher"
path = "examples/launcher.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

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

[dependencies.rmcp]
version = "1.7"
features = [
    "client",
    "transport-async-rw",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "io-util",
    "rt",
]

[dependencies.ureq]
version = "3"
optional = true

[dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]