mcpr-core 0.2.0

Proxy engine, router, and request forwarding for mcpr
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 = "mcpr-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proxy engine, router, and request forwarding for mcpr"
readme = false
license = "Apache-2.0"
repository = "https://github.com/cptrodgers/mcpr"
resolver = "2"

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

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

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

[dependencies.mcpr-protocol]
version = "0.2.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "io-util",
    "sync",
]

[dev-dependencies.serde_json]
version = "1"