Cargo Features

Rac-delta has no features set by default.

[dependencies]
rac-delta = { version = "1.0.2", features = ["s3", "azure", "gcs", "http", "url", "ssh"] }
s3 = aws-sdk-s3

Affects adapters::s3_storage_adapter, s3_storage_adapter::s3_adapter

azure = azure_core, azure_storage_blob

Affects azure_blob_storage_adapter::azure_adapter, adapters::azure_blob_storage_adapter

gcs = bytes, google-cloud-auth, google-cloud-storage

Affects gcs_storage_adapter::gcs_adapter, adapters::gcs_storage_adapter

http = reqwest, urlencoding

Affects http_storage_adapter::http_adapter, adapters::http_storage_adapter

url = reqwest

Affects adapters::url_storage_adapter, url_storage_adapter::url_adapter

ssh = async-ssh2-lite

Affects adapters::ssh_storage_adapter, ssh_storage_adapter::ssh_adapter

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.

aws-sdk-s3 s3?
azure_storage_blob azure?

Enables azure_storage_blob ^0.7.0

azure_core azure?

Enables azure_core ^0.30.1

google-cloud-auth gcs?
bytes gcs?
google-cloud-storage gcs?
reqwest http? url?
urlencoding http?
async-ssh2-lite ssh?