@@ -11,38 +11,21 @@ homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-lambda/README.md
11
11
repository = " https://github.com/umccr/htsget-rs"
12
12
13
13
[features ]
14
- aws = [" htsget-axum/aws" , " htsget-config/aws" , " htsget-search/aws " , " htsget- http/aws " , " htsget-test /aws" ]
15
- url = [" htsget-axum/url" , " htsget-config/url" , " htsget-search/url " , " htsget- http/url " , " htsget-test /url" ]
14
+ aws = [" htsget-axum/aws" , " htsget-config/aws" , " htsget-http/aws" ]
15
+ url = [" htsget-axum/url" , " htsget-config/url" , " htsget-http/url" ]
16
16
experimental = [
17
17
" htsget-axum/experimental" ,
18
18
" htsget-config/experimental" ,
19
- " htsget-search/experimental" ,
20
- " htsget-http/experimental" ,
21
- " htsget-test/experimental"
19
+ " htsget-http/experimental"
22
20
]
23
21
default = []
24
22
25
23
[dependencies ]
26
24
tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
27
- tower-http = { version = " 0.6" , features = [" cors" ] }
28
25
rustls = " 0.23"
29
- lambda_http = { version = " 0.13" }
30
- lambda_runtime = { version = " 0.13" }
31
- serde = { version = " 1" }
32
- serde_json = " 1"
33
- mime = " 0.3"
34
- regex = " 1"
26
+ lambda_http = { version = " 0.14" }
35
27
tracing = " 0.1"
36
- tracing-subscriber = " 0.3"
37
- bytes = " 1"
38
28
39
29
htsget-config = { version = " 0.13.0" , path = " ../htsget-config" , default-features = false }
40
- htsget-search = { version = " 0.10.0" , path = " ../htsget-search" , default-features = false }
41
30
htsget-http = { version = " 0.5.2" , path = " ../htsget-http" , default-features = false }
42
- htsget-test = { version = " 0.7.2" , path = " ../htsget-test" , features = [" http" ], default-features = false }
43
31
htsget-axum = { version = " 0.3.0" , path = " ../htsget-axum" , default-features = false }
44
-
45
- [dev-dependencies ]
46
- async-trait = " 0.1"
47
- query_map = { version = " 0.7" , features = [" url-query" ] }
48
- tempfile = " 3"
0 commit comments