Cargo Features

arboretum-td has no features set by default.

[dependencies]
arboretum-td = { version = "0.1.0", features = ["handle-ctrlc", "pace-logging", "cli", "jemallocator"] }
handle-ctrlc = ctrlc

Affects arboretum-td::signals

pace-logging = env_logger, log
cli = structopt

Affects arboretum-td::timeout

Required by the arboretum-cli binary

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.

log pace-logging?

Affects arboretum-td::log

structopt cli?
jemallocator implicit feature

Enables jemallocator ^0.3.2

jemallocator:

A Rust allocator backed by jemalloc

env_logger pace-logging?

Enables env_logger ^0.8.3

Affects arboretum-td::log

ctrlc handle-ctrlc?