htsget-lambda 0.7.9

A cloud-based instance of htsget-rs using AWS Lambda, which serves data according to the htsget protocol.
Documentation
[[bin]]
name = "htsget-lambda"
path = "src/main.rs"

[dependencies.aws_lambda_events]
version = "0.18"

[dependencies.futures]
version = "0.3"

[dependencies.htsget-axum]
default-features = false
version = "0.8.4"

[dependencies.htsget-config]
default-features = false
version = "0.20.1"

[dependencies.htsget-http]
default-features = false
version = "0.8.4"

[dependencies.lambda_http]
version = "0.17"

[dependencies.rustls]
version = "0.23"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dependencies.tracing]
version = "0.1"

[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"

[package]
authors = ["Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A cloud-based instance of htsget-rs using AWS Lambda, which serves data according to the htsget protocol."
edition = "2024"
homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-lambda/README.md"
license = "MIT"
name = "htsget-lambda"
readme = "README.md"
repository = "https://github.com/umccr/htsget-rs"
rust-version = "1.88"
version = "0.7.9"