Cargo Features

twitter-api-v1 has no features set by default.

[dependencies]
twitter-api-v1 = { version = "0.2.1", features = ["with_tokio", "with_tokio_fs"] }
with_tokio with_tokio_fs? = tokio, tokio-util

Affects upload_media::upload_image_from_reader_stream, upload_media::upload_append_from_reader_stream

with_tokio_fs = with_tokio

Enables fs of tokio

Affects upload_media::upload_image_from_file, upload_media::upload_append_from_file, upload_media::upload_append_all_from_file, twitter-api-v1::tokio_fs_util

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.

tokio with_tokio? with_tokio_fs?
tokio-util with_tokio?