Cargo Features

FactorDB has no features set by default.

[dependencies]
factordb = { version = "0.3.0", features = ["blocking", "cli"] }
blocking cli?

Enables blocking of reqwest ^0.11.10

Affects factordb::FactorDbBlockingClient

cli = blocking, clap, env_logger, human-panic

Required by the 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.

clap cli?

Enables clap

CLI dependencies

env_logger cli?
human-panic cli?

Enables human-panic ^1.2.3