techne-server 0.1.0

A simple, handmade MCP server focused on type-safety
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 = "2024"
name = "techne-server"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, handmade MCP server focused on type-safety"
readme = false
license = "MIT"
repository = "https://github.com/hecrj/techne"

[features]
http = [
    "dep:hyper",
    "dep:hyper-util",
    "dep:http",
    "dep:http-body-util",
    "tokio/net",
]

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

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.3"
optional = true

[dependencies.http-body-util]
version = "0.1"
optional = true

[dependencies.hyper]
version = "1.6"
optional = true

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
]
optional = true

[dependencies.log]
version = "0.4"

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

[dependencies.techne-mcp]
version = "0.1.0"

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