Cargo Features

[dependencies]
teloxide = { version = "0.14.1", default-features = false, features = ["webhooks", "webhooks-axum", "sqlite-storage-nativetls", "sqlite-storage-rustls", "postgres-storage-nativetls", "postgres-storage-rustls", "redis-storage", "cbor-serializer", "bincode-serializer", "macros", "ctrlc_handler", "tracing", "native-tls", "rustls", "rustls-native-roots", "throttle", "cache-me", "trace-adaptor", "erased", "nightly", "full"] }
default = ctrlc_handler, native-tls

These default features are set whenever teloxide is added without default-features = false somewhere in the dependency tree.

Enables teloxide-core

replace me by the actual version when release, and return path when it's time to make 0-day fixes

webhooks full? webhooks-axum? = rand

Affects update_listeners::webhooks

webhooks-axum full? = axum, tower, tower-http, webhooks
sqlite-storage-nativetls full? = native-tls, sqlx

Enables runtime-tokio-native-tls of sqlx

sqlite-storage-rustls = rustls, sqlx

Enables runtime-tokio-rustls of sqlx

postgres-storage-nativetls full? = native-tls, sqlx

Enables runtime-tokio-native-tls of sqlx

postgres-storage-rustls = rustls, sqlx

Enables runtime-tokio-rustls of sqlx

redis-storage full? = deadpool-redis
cbor-serializer full? = serde_cbor

Affects serializer::Cbor

bincode-serializer full? = bincode

Affects serializer::Bincode

macros full? = teloxide-macros
ctrlc_handler default full?

Enables signal of tokio

Affects teloxide::repls, commands_repl::CommandReplExt, repl::repl, repl::repl_with_listener

tracing full?

Enables tracing

native-tls default full? postgres-storage-nativetls? sqlite-storage-nativetls?

Enables native-tls of teloxide-core

rustls full? postgres-storage-rustls? sqlite-storage-rustls?

Enables rustls of teloxide-core

rustls-native-roots

Enables rustls-native-roots of teloxide-core

throttle full?

Enables throttle of teloxide-core

cache-me full?

FIXME: why teloxide and core use - _ differently?

Enables cache_me of teloxide-core

trace-adaptor full?

Enables trace_adaptor of teloxide-core

erased full?

Enables erased of teloxide-core

nightly

currently used for README.md tests, building docs for docsrs to add This is supported on feature="..." only., and for teloxide-core.

Enables nightly of teloxide-core

full = bincode-serializer, cache-me, cbor-serializer, ctrlc_handler, erased, macros, native-tls, postgres-storage-nativetls, redis-storage, rustls, sqlite-storage-nativetls, throttle, trace-adaptor, tracing, webhooks, webhooks-axum

Enables full of teloxide-core

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.

teloxide-macros macros?
sqlx postgres-storage-nativetls? postgres-storage-rustls? sqlite-storage-nativetls? sqlite-storage-rustls?
deadpool-redis redis-storage?
serde_cbor cbor-serializer?
bincode bincode-serializer?

Enables bincode ^1.3

axum webhooks-axum?
tower webhooks-axum?
tower-http webhooks-axum?
rand webhooks?

Enables rand ^0.8.5