[dependencies.abol-core]
version = "0.1.0"
[dependencies.abol-rt]
version = "0.1.0"
[dependencies.anyhow]
version = "1.0"
[dependencies.bytes]
version = "1.11"
[dependencies.dashmap]
version = "6.1"
[dependencies.moka]
features = ["future"]
version = "0.12"
[lib]
name = "abol_server"
path = "src/lib.rs"
[package]
authors = ["Abel W. Shimeles <abel.wen0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance, asynchronous RADIUS server implementation for the Abol framework."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "abol-server"
publish = true
readme = false
repository = "https://github.com/Abel981/abol"
rust-version = "1.87"
version = "0.1.0"