faucet-server 0.6.0

Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively.
Documentation
[[bin]]
name = "faucet"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5"

[dependencies.ctrlc]
version = "3"

[dependencies.deadpool]
features = ["rt_tokio_1"]
version = "0.10"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.http-body-util]
version = "0.1"

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

[dependencies.hyper-util]
features = ["full"]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.sha1]
version = "0.10"

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

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

[dependencies.tokio-tungstenite]
version = "^0.23"

[dependencies.tokio-util]
features = ["codec"]
version = "^0.7"

[dependencies.tower]
version = "^0.4.13"

[package]
authors = ["Andrés F. Quintero <afquinteromoreano@gmail.com>"]
default-run = "faucet"
description = "Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively."
edition = "2021"
homepage = "https://github.com/ixpantia/faucet"
keywords = ["R", "loadbalancer", "server", "plumber", "shiny"]
license = "MIT"
name = "faucet-server"
readme = "README.md"
repository = "https://github.com/ixpantia/faucet"
rust-version = "1.75"
version = "0.6.0"