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