Cargo Features

[dependencies]
xvc = { version = "0.6.11", default-features = false, features = ["s3", "minio", "r2", "gcs", "wasabi", "digital-ocean", "bundled-sqlite", "bundled-openssl", "reflink", "test-s3", "test-minio", "test-r2", "test-gcs", "test-wasabi", "test-digital-ocean", "test-generic-rsync", "test-ci"] }
default = digital-ocean, gcs, minio, r2, reflink, s3, wasabi

These default features are set whenever xvc is added without default-features = false somewhere in the dependency tree.

s3 default test-s3?

Enables s3 of xvc-storage

minio default test-minio?

Enables minio of xvc-storage

r2 default test-r2?

Enables r2 of xvc-storage

gcs default test-gcs?

Enables gcs of xvc-storage

wasabi default test-wasabi?

Enables wasabi of xvc-storage

digital-ocean default test-digital-ocean?

Enables digital-ocean of xvc-storage

bundled-sqlite

Enables bundled-sqlite of xvc-pipeline

bundled-openssl

Enables bundled-openssl of xvc-storage

Enables reflink of xvc-file

test-s3 test-ci? = s3
test-minio test-ci? = minio
test-r2 test-ci? = r2
test-gcs = gcs
test-wasabi = wasabi
test-digital-ocean test-ci? = digital-ocean
test-rsync test-generic-rsync test-ci?
test-ci = test-digital-ocean, test-generic-rsync, test-minio, test-r2, test-rsync, test-s3

Xvc has 18 features without comments.