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 wheneverve-tos-rust-sdk
is added without
somewhere in the dependency tree.default-features = false - 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.