Cargo Features
[dependencies]
xvc-workflow-tests = { version = "0.6.6", default-features = false, features = ["s3", "minio", "r2", "gcs", "wasabi", "digital-ocean", "test-s3", "test-minio", "test-digital-ocean", "test-wasabi", "test-gcs", "test-r2", "test-generic-rsync"] }
- default = digital-ocean, gcs, minio, r2, s3
-
These default features are set whenever
xvc-workflow-tests
is added without
somewhere in the dependency tree.default-features = false - 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 test-wasabi?
-
Enables wasabi of xvc-storage
- digital-ocean default test-digital-ocean?
-
Enables digital-ocean of xvc-storage
- test-s3 = s3
- test-minio = minio
- test-digital-ocean = digital-ocean
- test-wasabi = wasabi
- test-gcs = gcs
- test-r2 = r2
- test-rsync test-generic-rsync
xvc-workflow-tests has 14 features without comments.