loadwise 0.1.0

A protocol-agnostic load balancing strategy engine for Rust
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "loadwise"
version = "0.1.0"
authors = ["AprilNEA <dev@aprilnea.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A protocol-agnostic load balancing strategy engine for Rust"
homepage = "https://github.com/arcboxlabs/loadwise"
readme = "README.md"
keywords = [
    "load-balancing",
    "strategy",
    "networking",
]
categories = [
    "algorithms",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcboxlabs/loadwise"

[features]
default = []
redis = ["dep:loadwise-store-redis"]
tower = ["dep:loadwise-tower"]

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

[dependencies.loadwise-core]
version = "0.1.0"

[dependencies.loadwise-store-redis]
version = "0.1.0"
optional = true

[dependencies.loadwise-tower]
version = "0.1.0"
optional = true