Cargo Features

Teloc has no features set by default.

[dependencies]
teloc = { version = "0.2.0", features = ["actix-support"] }
actix-support = actix-http, actix-router, actix-web, pin-project

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.

actix-web actix-support?

Enables actix-web ^3

actix-http actix-support?

Enables actix-http ^2

actix-router actix-support?

Enables actix-router ^0.2

pin-project actix-support?