[dependencies.base64]
version = "0.22.1"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.eventsource-client]
default-features = false
optional = true
version = "0.15.0"
[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3.31"
[dependencies.inventory]
optional = true
version = "0.3.20"
[dependencies.memchr]
version = "2.7.5"
[dependencies.neva_macros]
optional = true
version = "0.1.2"
[dependencies.once_cell]
features = ["std"]
optional = true
version = "1.21.3"
[dependencies.reqwest]
features = ["stream", "json"]
optional = true
version = "0.12.20"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["sync", "io-std", "io-util", "rt", "time", "macros"]
version = "1.45.1"
[dependencies.tokio-stream]
optional = true
version = "0.1.17"
[dependencies.tokio-util]
version = "0.7.15"
[dependencies.tracing]
optional = true
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["fmt", "json"]
optional = true
version = "0.3.19"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.17.0"
[dependencies.volga]
features = ["di"]
optional = true
version = "0.5.8"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.45.1"
[features]
client = ["dep:windows", "dep:nix", "tokio/process", "tokio/signal"]
client-full = ["client", "tracing", "http-client"]
default = []
full = ["macros", "tracing", "server-full", "client-full"]
http-client = ["dep:reqwest", "dep:eventsource-client", "dep:tokio-stream", "dep:once_cell"]
http-server = ["dep:volga", "dep:tokio-stream"]
macros = ["dep:neva_macros", "dep:inventory"]
server = ["tokio/signal"]
server-full = ["server", "macros", "tracing", "http-server"]
tls = ["http-server", "volga?/tls", "eventsource-client?/rustls"]
tracing = ["dep:tracing", "dep:tracing-subscriber", "dep:once_cell", "volga?/tracing"]
[lib]
name = "neva"
path = "src/lib.rs"
[package]
authors = ["Roman Emreis <roman.emreis@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "MCP SDK for Rust"
documentation = "https://docs.rs/neva"
edition = "2021"
keywords = ["neva", "mcp", "server", "ai", "framework"]
license = "MIT"
name = "neva"
readme = "README.md"
repository = "https://github.com/RomanEmreis/neva"
rust-version = "1.85.0"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
[target.'cfg(target_os = "linux")'.dependencies.nix]
features = ["signal"]
optional = true
version = "0.30.0"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_System_JobObjects", "Win32_System_Threading", "Win32_Security", "Win32_System_Diagnostics", "Win32_System_Diagnostics_ToolHelp"]
optional = true
version = "0.61.1"