[package]
name = "loadwise-core"
description = "Core traits, strategies, and in-memory stores for loadwise"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
keywords = ["load-balancing", "strategy", "networking"]
categories = ["algorithms", "network-programming"]
[dependencies]
bon = "2"
rand = "0.9"