[package]
edition = "2024"
rust-version = "1.88"
name = "htsget-lambda"
version = "0.7.11"
authors = [
"Marko Malenic <mmalenic1@gmail.com>",
"Roman Valls Guimera <brainstorm@nopcode.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cloud-based instance of htsget-rs using AWS Lambda, which serves data according to the htsget protocol."
homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-lambda/README.md"
readme = "README.md"
license = "MIT"
repository = "https://github.com/umccr/htsget-rs"
[features]
aws = [
"htsget-axum/aws",
"htsget-config/aws",
"htsget-http/aws",
]
default = []
experimental = [
"htsget-axum/experimental",
"htsget-config/experimental",
"htsget-http/experimental",
]
url = [
"htsget-axum/url",
"htsget-config/url",
"htsget-http/url",
]
[lib]
name = "htsget_lambda"
path = "src/lib.rs"
[[bin]]
name = "htsget-lambda"
path = "src/main.rs"
[dependencies.aws_lambda_events]
version = "0.18"
[dependencies.futures]
version = "0.3"
[dependencies.htsget-axum]
version = "0.8.6"
default-features = false
[dependencies.htsget-config]
version = "0.21.0"
default-features = false
[dependencies.htsget-http]
version = "0.8.5"
default-features = false
[dependencies.lambda_http]
version = "0.17"
[dependencies.rustls]
version = "0.23"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dependencies.tracing]
version = "0.1"