myko-server 4.24.0

Myko server runtime — WebSocket, peer federation
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 = "myko-server"
version = "4.24.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Myko server runtime — WebSocket, peer federation"
readme = false
license = "AGPL-3.0-or-later"
resolver = "2"

[package.metadata.flux]
tasks = [
    "check",
    "build",
    "test",
    "lint",
    "publish",
]

[features]
ci = [
    "profiling",
    "trace",
]
default = []
inspector = ["hyphae/inspector"]
profiling = ["myko/profiling"]
trace = ["hyphae/trace"]

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

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

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

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

[dependencies.ciborium]
version = "0.2"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.flume]
version = "0.11"

[dependencies.futures-util]
version = "0.3"

[dependencies.httparse]
version = "1.9"

[dependencies.hyphae]
version = "^1.3.1"
features = [
    "scheduler",
    "profiling",
]

[dependencies.inventory]
version = "0.3.24"

[dependencies.myko]
version = "4.24.0"
features = ["search"]

[dependencies.opentelemetry]
version = "0.32.0"

[dependencies.opentelemetry-otlp]
version = "0.32.0"
features = [
    "http-proto",
    "reqwest-client",
    "trace",
    "metrics",
]

[dependencies.opentelemetry_sdk]
version = "0.32.1"
features = ["rt-tokio"]

[dependencies.postgres]
version = "0.19.13"

[dependencies.rquickjs]
version = "0.12"
features = [
    "full-async",
    "parallel",
    "macro",
]

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

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

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["native-tls"]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.33.0"

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

[dependencies.tungstenite]
version = "0.29"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "v5",
    "serde",
]

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