Cargo Features

AarambhNet has no features set by default.

[dependencies]
aarambh-net = { version = "0.1.4", features = ["logger"] }
logger = tracing, tracing-appender, tracing-subscriber

Affects logger::init_logger

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.

tracing logger?

Enables tracing

Logging dependencies (optional)

tracing-subscriber logger?
tracing-appender logger?