# 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-actix" version = "0.7.2" authors = [ "Daniel del Castillo de la Rosa ", "Marko Malenic ", "Roman Valls Guimera ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A webserver instance of htsget-rs using actix-web." homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-actix/README.md" documentation = "https://github.com/umccr/htsget-rs/blob/main/htsget-actix/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/umccr/htsget-rs" [lib] name = "htsget_actix" path = "src/lib.rs" [[bin]] name = "htsget-actix" path = "src/main.rs" [[bench]] name = "request-benchmarks" path = "benches/request_benchmarks.rs" harness = false [dependencies.actix-cors] version = "0.7" [dependencies.actix-web] version = "4" features = ["rustls-0_23"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.htsget-axum] version = "0.2.2" 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.http] version = "0.2" [dependencies.http_1] version = "1" package = "http" [dependencies.rustls] version = "0.23" [dependencies.rustls-pemfile] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-actix-web] version = "0.7" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [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-http/experimental", "htsget-axum/experimental", "htsget-test/experimental", ] s3-storage = [ "htsget-config/s3-storage", "htsget-search/s3-storage", "htsget-http/s3-storage", "htsget-axum/s3-storage", "htsget-test/s3-storage", ] url-storage = [ "htsget-config/url-storage", "htsget-search/url-storage", "htsget-http/url-storage", "htsget-axum/url-storage", "htsget-test/url-storage", ]