# 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 = "2021" rust-version = "1.80" name = "faucet-server" version = "1.1.0" authors = ["Andrés F. Quintero "] build = false autobins = false autoexamples = false autotests = false autobenches = 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." homepage = "https://github.com/ixpantia/faucet" readme = "README.md" keywords = [ "R", "loadbalancer", "server", "plumber", "shiny", ] license = "MIT" repository = "https://github.com/ixpantia/faucet" [lib] name = "faucet_server" path = "src/lib.rs" [[bin]] name = "faucet" path = "src/main.rs" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.deadpool] version = "0.12" features = ["rt_tokio_1"] [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] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.log] version = "0.4" [dependencies.nix] version = "0.29.0" [dependencies.num_cpus] version = "1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.sha1] version = "0.10" [dependencies.signal-hook] version = "0.3.17" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "^0.24" [dependencies.tokio-util] version = "^0.7" features = ["codec"] [dependencies.toml] version = "0.8.19" [dependencies.tower] version = "^0.5.1" [dev-dependencies.rand] version = "0.8.5"