[[bin]]
name = "faucet"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1.74"
[dependencies.clap]
features = ["derive", "env"]
version = "4.4.10"
[dependencies.env_logger]
version = "0.10.1"
[dependencies.log]
version = "0.4.20"
[dependencies.num_cpus]
version = "1.16.0"
[dependencies.tokio]
features = ["full"]
version = "1.34.0"
[dependencies.tokio-stream]
version = "0.1.14"
[dependencies.tokio-util]
features = ["codec"]
version = "^0.7"
[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/andyquinterom/Faucet"
license = "MIT"
name = "faucet-server"
readme = "README.md"
repository = "https://github.com/andyquinterom/Faucet"
version = "0.2.1"