[package]
edition = "2024"
name = "rustolio-rpc"
version = "0.1.0"
authors = ["Tobias Binnewies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An RPC extention for the HTTP-Server"
readme = false
license = "MPL-2.0"
repository = "https://gitlab.com/TobiasBinnewies/rustolio"
[lib]
name = "rustolio_rpc"
path = "src/lib.rs"
[dependencies.rustolio-rpc-macro]
version = "0.1.0"
[dependencies.rustolio-utils]
version = "0.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.http-body-util]
version = "0.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper]
version = "1"
features = ["full"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.inventory]
version = "0.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustolio-server-router]
version = "0.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.0"
features = ["full"]