faucet-server 1.2.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.base64]
version = "0.22"

[dependencies.bytes]
version = "1.8.0"

[dependencies.chrono]
version = "0.4.38"

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

[dependencies.cookie]
version = "0.18.1"

[dependencies.ctrlc]
features = ["termination"]
version = "3.4.5"

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

[dependencies.deadpool-postgres]
features = ["rt_tokio_1"]
version = "0.14.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.fxhash]
version = "0.2.1"

[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.nix]
version = "0.29.0"

[dependencies.num_cpus]
version = "1"

[dependencies.parse-size]
version = "1.0.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rustls]
version = "0.23.16"

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

[dependencies.sha1]
version = "0.10"

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

[dependencies.tokio-postgres]
features = ["with-chrono-0_4", "with-uuid-1"]
version = "0.7.12"

[dependencies.tokio-postgres-rustls]
version = "0.13.0"

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

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

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

[dependencies.toml]
version = "0.8.19"

[dependencies.tower]
version = "^0.5.1"

[dependencies.uuid]
features = ["v7"]
version = "1.11.0"

[dev-dependencies]

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

[package]
authors = ["Andrés F. Quintero <afquinteromoreano@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.80"
version = "1.2.0"