meld-server 0.1.0

Single-port REST + gRPC server framework with FastAPI-like DX for Rust.
# 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 = "meld-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-port REST + gRPC server framework with FastAPI-like DX for Rust."
homepage = "https://github.com/jaeyoung0509/Meld"
documentation = "https://docs.rs/meld-server"
readme = "README.md"
keywords = [
    "meld",
    "axum",
    "tonic",
    "rest",
    "grpc",
]
categories = [
    "web-programming",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/jaeyoung0509/Meld"

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

[[bin]]
name = "meld-server"
path = "src/main.rs"

[[bin]]
name = "openapi_docgen"
path = "src/bin/openapi_docgen.rs"

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

[dependencies.axum]
version = "0.7"
features = [
    "macros",
    "http2",
    "ws",
]

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

[dependencies.http]
version = "1"

[dependencies.meld-core]
version = "0.1.0"

[dependencies.meld-macros]
version = "0.1.0"

[dependencies.meld-rpc]
version = "0.1.0"

[dependencies.pulldown-cmark]
version = "0.13"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tonic]
version = "0.12"
features = ["transport"]

[dependencies.tonic-reflection]
version = "0.12"

[dependencies.tower]
version = "0.5"
features = [
    "limit",
    "timeout",
    "util",
]

[dependencies.tower-http]
version = "0.5"
features = [
    "trace",
    "cors",
    "request-id",
    "limit",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.utoipa]
version = "5"
features = ["axum_extras"]

[dependencies.utoipa-swagger-ui]
version = "8"
features = ["axum"]

[dependencies.validator]
version = "0.19"
features = ["derive"]

[dev-dependencies.jsonwebtoken]
version = "10"
features = ["rust_crypto"]
default-features = false

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

[dev-dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false