dvb-mcp 0.1.2

MCP server for Dresden public transport (DVB) route planning and schedule information
# 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 = "dvb-mcp"
version = "0.1.2"
authors = ["Hendrik <hendrik@hoodie.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for Dresden public transport (DVB) route planning and schedule information"
readme = "README.md"
keywords = [
    "mcp",
    "mcp-server",
    "transport",
    "public-transport",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hoodie/dvb-mcp"

[[bin]]
name = "dvb-mcp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.dvb]
version = "0.8.0"
features = ["iso8601-serialization"]

[dependencies.proj]
version = "0.31.0"

[dependencies.rmcp]
version = "0.16"
features = [
    "transport-io",
    "elicitation",
    "macros",
    "schemars",
]

[dependencies.schemars]
version = "1.2"

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

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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