Cargo Features
htsget-storage has no features set by default.
[dependencies]
htsget-storage = { version = "0.2.1", features = ["s3-storage", "url-storage", "experimental"] }
- s3-storage
-
Enables s3-storage of htsget-config, aws-mocks and s3-storage of htsget-test and aws-config, aws-sdk-s3, and bytes
bytes:
Amazon S3
Affects
htsget-storage::s3
… - url-storage
-
Enables bytes, url-storage of htsget-config and htsget-test and reqwest
Url storage
Affects
htsget-storage::url
… - experimental
-
Enables experimental of htsget-config and htsget-test and bincode and crypt4gh
crypt4gh:
Crypt4GH
Affects
htsget-storage::c4gh
…