Cargo Features

htsget-test has no features set by default.

[dependencies]
htsget-test = { version = "0.5.4", features = ["http-tests", "cors-tests", "server-tests", "aws-mocks", "s3-storage", "url-storage"] }
http-tests cors-tests? server-tests?

Enables async-trait, htsget-config, http ^0.2, serde, and serde_json

htsget-config:

Server tests dependencies

Affects htsget-test::http_tests

cors-tests = http-tests

Enables htsget-config

Affects htsget-test::cors_tests

server-tests = http-tests

Enables base64 ^0.21, futures, htsget-config, mime, noodles ^0.60, reqwest ^0.11, and tokio

Affects htsget-test::server_tests

aws-mocks = s3-storage

Enables aws-config ^0.56, aws-credential-types ^0.56, aws-sdk-s3 ^0.34, s3s ^0.8, s3s-aws ^0.8, s3s-fs ^0.8, and tempfile

Affects htsget-test::aws_mocks

s3-storage aws-mocks?

Enables s3-storage of optional htsget-config

url-storage

Enables url-storage of optional htsget-config