data-gov-mcp-server 0.4.0

MCP Server for AI integration with Data.Gov
# 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.90"
name = "data-gov-mcp-server"
version = "0.4.0"
authors = ["David Spadea"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP Server for AI integration with Data.Gov"
homepage = "https://github.com/dspadea/data-gov-rs"
readme = "README.md"
keywords = [
    "data",
    "government",
    "catalog",
    "mcp",
    "ai",
]
categories = []
license = "Apache-2.0"
repository = "https://github.com/dspadea/data-gov-rs"

[[bin]]
name = "data-gov-mcp-server"
path = "src/main.rs"

[dependencies.data-gov]
version = "0.4.0"

[dependencies.data-gov-catalog]
version = "0.4.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dev-dependencies.wiremock]
version = "0.6"