# 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-axum" version = "0.2.2" authors = ["Marko Malenic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A webserver instance of htsget-rs using Axum." homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-axum/README.md" documentation = "https://github.com/umccr/htsget-rs/blob/main/htsget-axum/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/umccr/htsget-rs" [lib] name = "htsget_axum" path = "src/lib.rs" [[bin]] name = "htsget-axum" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = ["http2"] [dependencies.axum-extra] version = "0.9" features = ["erased-json"] [dependencies.futures] version = "0.3" [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.http] version = "1" [dependencies.hyper] version = "1" features = [ "http1", "http2", "server", ] [dependencies.hyper-util] version = "0.1" [dependencies.rustls] version = "0.23" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-rustls] version = "0.26" [dependencies.tower] version = "0.5" features = [ "make", "util", ] [dependencies.tower-http] version = "0.6" features = [ "trace", "cors", "fs", ] [dependencies.tracing] version = "0.1" [dev-dependencies.data-url] version = "0.3" [dev-dependencies.reqwest] version = "0.12" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dev-dependencies.tempfile] version = "3" [features] default = [] experimental = [ "htsget-config/experimental", "htsget-search/experimental", "htsget-test/experimental", "htsget-http/experimental", ] s3-storage = [ "htsget-config/s3-storage", "htsget-search/s3-storage", "htsget-test/s3-storage", "htsget-test/aws-mocks", "htsget-http/s3-storage", ] url-storage = [ "htsget-config/url-storage", "htsget-search/url-storage", "htsget-test/url-storage", "htsget-http/url-storage", ]