[dependencies.abol-rt]
version = "0.1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.smol]
optional = true
version = "2"
[dependencies.tokio]
optional = true
version = "1"
[features]
smol = ["dep:smol"]
tokio = ["dep:tokio"]
[lib]
name = "abol_util"
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 = "Utilities and runtime implementations for the Abol RADIUS framework."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "abol-util"
readme = false
repository = "https://github.com/Abel981/abol"
rust-version = "1.87"
version = "0.1.0"