Cargo Features

radius-rust has no features set by default.

[dependencies]
radius-rust = { version = "0.4.3", features = ["async-radius", "async-examples"] }
default

Default doesn\t include anythin - keep it simple

async-radius = async-trait

In case one plans to create Async RADIUS Client/Server

Affects client::AsyncClientTrait, server::AsyncServerTrait

async-examples = async-std, async-trait, futures

In case one plans to run Async examples

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-std async-examples?
async-trait async-examples? async-radius?
futures async-examples?