Skip to content

Commit

Permalink
build(deps): fix htsget-test feature flags in htsget-search
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Sep 6, 2023
1 parent 113b31a commit 6a4d27d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,21 @@ homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-search/README.md
repository = "https://github.com/umccr/htsget-rs"

[features]
s3-storage = ["dep:bytes", "dep:aws-sdk-s3", "dep:aws-config", "htsget-config/s3-storage", "htsget-test/s3-storage"]
url-storage = ["dep:bytes", "dep:hyper-rustls", "hyper/client", "htsget-config/url-storage", "htsget-test/url-storage"]
s3-storage = [
"dep:bytes",
"dep:aws-sdk-s3",
"dep:aws-config",
"htsget-config/s3-storage",
"htsget-test/s3-storage",
"htsget-test/aws-mocks"
]
url-storage = [
"dep:bytes",
"dep:hyper-rustls",
"hyper/client",
"htsget-config/url-storage",
"htsget-test/url-storage"
]
default = []

[dependencies]
Expand Down

0 comments on commit 6a4d27d

Please sign in to comment.