Cargo Features
[dependencies]
avml = { version = "0.15.0", default-features = false, features = ["put", "blobstore", "status", "native-tls"] }
- default = blobstore, native-tls, put
-
These default features are set whenever
avmlis added withoutsomewhere in the dependency tree.default-features = false - put default
-
Enables tokio, tokio-util, and url, stream of reqwest
Affects
http::put,upload::http,status::Status,status::Status…Required by the avml-upload binary
- blobstore default
-
Enables async-channel, azure_core ^0.21, azure_storage_blobs, tokio, tokio-util, and url
Affects
upload::blobstore,status::Status,status::Status…Required by the avml-upload binary
- status
-
Enables indicatif ^0.17
Affects
status::Status… - native-tls default
-
Enables native-tls