Cargo Features

[dependencies]
ve-tos-rust-sdk = { version = "2.2.1", default-features = false, features = ["asynchronous", "async-file"] }
default = asynchronous

The asynchronous feature is set by default whenever ve-tos-rust-sdk is added without default-features = false somewhere in the dependency tree.

asynchronous default

Affects ve-tos-rust-sdk::asynchronous

async-file = tokio, tokio-util

Affects multipart::MultipartAPI.upload_part_from_file, object::ObjectAPI.put_object_from_file, object::ObjectAPI.get_object_to_file

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 async-file?
tokio-util async-file?