Cargo Features

twisted has no features set by default.

[dependencies]
twisted = { version = "0.1.3", features = ["gui", "bluetooth"] }
gui = sdl2
bluetooth = async-trait, bluer, byteorder, futures, tokio

Affects twisted::bluetooth

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.

bluer bluetooth?

Enables bluer ^0.13.2

async-trait bluetooth?
futures bluetooth?
byteorder bluetooth?
tokio bluetooth?
sdl2 gui?

Enables sdl2 ^0.35.1

Affects twisted::gui