Cargo Features

[dependencies]
arnalisa = { version = "0.6.8", default-features = false, features = ["tools", "xio"] }
default = tools, xio

These default features are set whenever arnalisa is added without default-features = false somewhere in the dependency tree.

tools default = env_logger

Required by the binary

xio default = xio_base_datatypes, xio_webapi

Affects bins::xiosource

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.

env_logger tools

Enables env_logger ^0.7.0

xio_base_datatypes xio
xio_webapi xio