Cargo Features

Bumble has no features set by default.

[dependencies]
bumble = { version = "0.2.0", features = ["anyhow", "pyo3-asyncio-attributes", "dev-tools", "bumble-tools", "unstable", "unstable_extended_adv"] }
anyhow bumble-tools?

Enables anyhow of pyo3 ^0.18.3

pyo3-asyncio-attributes bumble-tools?

Enables attributes of pyo3-asyncio ^0.18.0

dev-tools

Enables anyhow and clap

anyhow:

CLI

and file-header and globset

file-header:

Dev tools

Required by file-header and gen-assigned-numbers binaries

bumble-tools = anyhow, pyo3-asyncio-attributes

separate feature for CLI so that dependencies don't spend time building these

Enables anyhow, clap, directories, env_logger ^0.10.0, log, owo-colors ^3.5.0, reqwest ^0.11.20, and rusb

Required by the binary

unstable = unstable_extended_adv

all the unstable features

unstable_extended_adv unstable?