routa-server 0.16.0

Routa.js HTTP Server — axum adapter on top of routa-core
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"
name = "routa-server"
version = "0.16.0"
authors = ["phodal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Routa.js HTTP Server — axum adapter on top of routa-core"
homepage = "https://github.com/phodal/routa-js"
readme = false
license = "MIT"
repository = "https://github.com/phodal/routa-js"

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

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.axum-extra]
version = "0.10"
features = ["multipart"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.notify-rust]
version = "4.12.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dependencies.rmcp]
version = "0.15"
features = [
    "server",
    "transport-streamable-http-server",
]

[dependencies.routa-core]
version = "0.16.0"
features = ["axum"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.32"

[dependencies.tempfile]
version = "3"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "fs",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zip]
version = "2"

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]