# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "htsget-lambda" version = "0.5.1" authors = [ "Marko Malenic ", "Roman Valls Guimera ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cloud-based instance of htsget-rs, using AWS Lambda, which can be configured using htsget-config." homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-lambda/README.md" documentation = "https://github.com/umccr/htsget-rs/blob/main/htsget-lambda/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/umccr/htsget-rs" [lib] name = "htsget_lambda" path = "src/lib.rs" [[bin]] name = "htsget-lambda" path = "src/main.rs" [dependencies.bytes] version = "1" [dependencies.htsget-axum] version = "0.2.1" default-features = false [dependencies.htsget-config] version = "0.12.0" default-features = false [dependencies.htsget-http] version = "0.5.1" default-features = false [dependencies.htsget-search] version = "0.9.1" default-features = false [dependencies.htsget-test] version = "0.7.1" features = ["http"] default-features = false [dependencies.lambda_http] version = "0.13" [dependencies.lambda_runtime] version = "0.13" [dependencies.mime] version = "0.3" [dependencies.regex] version = "1" [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tower-http] version = "0.6" features = ["cors"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.query_map] version = "0.7" features = ["url-query"] [dev-dependencies.tempfile] version = "3" [features] default = [] experimental = [ "htsget-axum/experimental", "htsget-config/experimental", "htsget-search/experimental", "htsget-http/experimental", "htsget-test/experimental", ] s3-storage = [ "htsget-axum/s3-storage", "htsget-config/s3-storage", "htsget-search/s3-storage", "htsget-http/s3-storage", "htsget-test/s3-storage", ] url-storage = [ "htsget-axum/url-storage", "htsget-config/url-storage", "htsget-search/url-storage", "htsget-http/url-storage", "htsget-test/url-storage", ]